Share via


ToolCallResponsePart interface

Result of a tool call.

Properties

id
response
type

Property Details

id

id?: string

Property Value

string

response

response?: unknown

Property Value

unknown

type

type: "tool_call_response"

Property Value

"tool_call_response"