OpenAI::RunStepDetailsToolCallsObject
Inherits JSON::Serializable < Reference < Object
Details of the tool call.
Constructors
new(pull : JSON::PullParser)
Sourcenew(type_value : RunStepDetailsToolCallsObjectType = RunStepDetailsToolCallsObjectType::ToolCalls, tool_calls : Array(RunStepDetailsToolCall) = [] of RunStepDetailsToolCall)
Sourcenew(*, __pull_for_json_serializable pull : JSON::PullParser)
SourceInstance methods
tool_calls
An array of tool calls the run step was involved in. These can be associated with one of three types of tools: code_interpreter, file_search, or function.
An array of tool calls the run step was involved in. These can be associated with one of three types of tools: code_interpreter, file_search, or function.