class

OpenAI::RunStepDetailsToolCallsFunctionObject

Inherits JSON::Serializable < Reference < Object

Constructors

new(id : String = "", type_value : RunStepDetailsToolCallsFunctionObjectType = RunStepDetailsToolCallsFunctionObjectType::Function, function : RunStepDetailsToolCallsFunctionObjectFunction = RunStepDetailsToolCallsFunctionObjectFunction.new)
Source
new(*, __pull_for_json_serializable pull : JSON::PullParser)
Source

Instance methods

function

The definition of the function that was called.

Source
function=(function : RunStepDetailsToolCallsFunctionObjectFunction)

The definition of the function that was called.

Source
id

The ID of the tool call object.

Source
id=(id : String)

The ID of the tool call object.

Source
type_value

The type of tool call. This is always going to be function for this type of tool call.

Source
type_value=(type_value : RunStepDetailsToolCallsFunctionObjectType)

The type of tool call. This is always going to be function for this type of tool call.

Source