Method: OpenAI::Model::Run#tools
- Defined in:
- lib/openai/models/run.rb
#tools ⇒ String (readonly)
Returns 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 |