Method: OpenApiOpenAIClient::RunToolCallObjectFunction.openapi_types
- Defined in:
- lib/openapi_openai/models/run_tool_call_object_function.rb
.openapi_types ⇒ Object
Attribute type mapping.
39 40 41 42 43 44 |
# File 'lib/openapi_openai/models/run_tool_call_object_function.rb', line 39 def self.openapi_types { :'name' => :'String', :'arguments' => :'String' } end |