Method: OpenApiOpenAIClient::RunObjectRequiredAction.openapi_types
- Defined in:
- lib/openapi_openai/models/run_object_required_action.rb
.openapi_types ⇒ Object
Attribute type mapping.
60 61 62 63 64 65 |
# File 'lib/openapi_openai/models/run_object_required_action.rb', line 60 def self.openapi_types { :'type' => :'String', :'submit_tool_outputs' => :'RunObjectRequiredActionSubmitToolOutputs' } end |