Method: OpenApiOpenAIClient::AssistantToolsFunction.openapi_types
- Defined in:
- lib/openapi_openai/models/assistant_tools_function.rb
.openapi_types ⇒ Object
Attribute type mapping.
59 60 61 62 63 64 |
# File 'lib/openapi_openai/models/assistant_tools_function.rb', line 59 def self.openapi_types { :'type' => :'String', :'function' => :'FunctionObject' } end |