Method: OpenApiOpenAIClient::FunctionObject.openapi_types

Defined in:
lib/openapi_openai/models/function_object.rb

.openapi_typesObject

Attribute type mapping.



42
43
44
45
46
47
48
# File 'lib/openapi_openai/models/function_object.rb', line 42

def self.openapi_types
  {
    :'description' => :'String',
    :'name' => :'String',
    :'parameters' => :'Hash<String, Object>'
  }
end