Skip to content

ToolResultContent

Defined in: packages/ai.matey.types/src/ir.ts:95

Tool result (response from tool execution).

readonly content: string | TextContent[]

Defined in: packages/ai.matey.types/src/ir.ts:98


readonly optional isError: boolean

Defined in: packages/ai.matey.types/src/ir.ts:99


readonly toolUseId: string

Defined in: packages/ai.matey.types/src/ir.ts:97


readonly type: "tool_result"

Defined in: packages/ai.matey.types/src/ir.ts:96