ToolCallStepDetails
@Serializable
@SerialName(value = "tool_calls")
Details of the tool call.
Properties
Link copied to clipboard
An array of tool calls the run step was involved in. These can be associated with one of three types of tools: ToolCallStep.CodeInterpreter, ToolCallStep.RetrievalTool, or ToolCallStep.FunctionTool.