OpenAI::RunStepDetailsToolCallsFunctionObject
Inherits JSON::Serializable < Reference < Object
Constructors
new(pull : JSON::PullParser)
Sourcenew(id : String = "", type_value : RunStepDetailsToolCallsFunctionObjectType = RunStepDetailsToolCallsFunctionObjectType::Function, function : RunStepDetailsToolCallsFunctionObjectFunction = RunStepDetailsToolCallsFunctionObjectFunction.new)
Sourcenew(*, __pull_for_json_serializable pull : JSON::PullParser)
SourceInstance methods
function=(function : RunStepDetailsToolCallsFunctionObjectFunction)
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 : RunStepDetailsToolCallsFunctionObjectType)
The type of tool call. This is always going to be function for this type of tool call.