OpenAI::RunStepDeltaStepDetailsToolCallsFunctionObject
Inherits JSON::Serializable < Reference < Object
Constructors
new(pull : JSON::PullParser)
Sourcenew(index : Int64 = 0, id : String | Nil = nil, type_value : RunStepDeltaStepDetailsToolCallsFunctionObjectType = RunStepDeltaStepDetailsToolCallsFunctionObjectType::Function, function : RunStepDeltaStepDetailsToolCallsFunctionObjectFunction | Nil = nil)
Sourcenew(*, __pull_for_json_serializable pull : JSON::PullParser)
SourceInstance methods
function=(function : RunStepDeltaStepDetailsToolCallsFunctionObjectFunction | Nil)
The definition of the function that was called.
type_value
The type of tool call. This is always going to be function for this type of tool call.
type_value=(type_value : RunStepDeltaStepDetailsToolCallsFunctionObjectType)
The type of tool call. This is always going to be function for this type of tool call.