Method: OpenApiOpenAIClient::RunToolCallObjectFunction#hash
- Defined in:
- lib/openapi_openai/models/run_tool_call_object_function.rb
#hash ⇒ Integer
Calculates hash code according to all attributes.
122 123 124 |
# File 'lib/openapi_openai/models/run_tool_call_object_function.rb', line 122 def hash [name, arguments].hash end |