Interface: ToolResultBlock

Defined in: providers/types.ts:42

Tool result content block (result of a tool call)

Properties

content

content: string;

Defined in: providers/types.ts:45

isError?

optional isError?: boolean;

Defined in: providers/types.ts:46

toolUseId

toolUseId: string;

Defined in: providers/types.ts:44

type

type: "tool_result";

Defined in: providers/types.ts:43