Method: OpenAI::Model::Run#tools

Defined in:
lib/openai/models/run.rb

#toolsString (readonly)

Returns The list of tools that the assistant used for this run.

Returns:

  • (String)

    The list of tools that the assistant used for this run.



55
56
57
# File 'lib/openai/models/run.rb', line 55

def tools
  @tools
end