Method: OpenApiOpenAIClient::TruncationObject.openapi_types

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

.openapi_typesObject

Attribute type mapping.



60
61
62
63
64
65
# File 'lib/openapi_openai/models/truncation_object.rb', line 60

def self.openapi_types
  {
    :'type' => :'String',
    :'last_messages' => :'Integer'
  }
end