Interface ResponseCustomToolCall
interface ResponseCustomToolCall { call_id: string; id?: string; input: string; name: string; type: "custom_tool_call"; } Properties
call_id
call_id: string
Optional
id
id?: string
input
input: string
name
name: string
type
type: "custom_tool_call"
A call to a custom tool created by the model.