Agent Maturity Compass API - v1.2.0
    Preparing search index...

    Interface ToolResultContentBlock

    The result of a tool invocation, as it is sent back to the model.

    interface ToolResultContentBlock {
        content: readonly ContentBlock[];
        isError?: boolean;
        kind: "tool_result";
        toolCallId: ToolCallId;
    }
    Index
    content: readonly ContentBlock[]
    isError?: boolean
    kind: "tool_result"
    toolCallId: ToolCallId