Name | Type | Description | Notes |
---|---|---|---|
name | String | The name of the function. | |
arguments | String | The arguments passed to the function. | |
output | String | The output of the function. This will be `null` if the outputs have not been submitted yet. |
require 'openapi_client'
instance = OpenapiClient::RunStepDetailsToolCallsFunctionObjectFunction.new(
name: null,
arguments: null,
output: null
)