Name | Type | Description | Notes |
---|---|---|---|
name | String | The name of the function. | |
arguments | String | The arguments that the model expects you to pass to the function. |
require 'openapi_client'
instance = OpenapiClient::RunToolCallObjectFunction.new(
name: null,
arguments: null
)