id: string

The unique ID of the tool search call item.

arguments: unknown

Arguments used for the tool search call.

call_id: string | null

The unique ID of the tool search call generated by the model.

execution: "server" | "client"

Whether tool search was executed by the server or by the client.

One of the following:
"server"
"client"
status: "in_progress" | "completed" | "incomplete"

The status of the tool search call item that was recorded.

One of the following:
"in_progress"
"completed"
"incomplete"
type: "tool_search_call"

The type of the item. Always tool_search_call.

created_by?: string

The identifier of the actor that created the item.