unified-llm-client
    Preparing search index...

    Interface CanonicalToolResultPart

    interface CanonicalToolResultPart {
        cacheControl?: CacheControl;
        type: "tool_result";
        isError?: boolean;
        name?: string;
        result: JsonValue;
        toolCallId: string;
    }

    Hierarchy (View Summary)

    Index

    Properties

    cacheControl?: CacheControl
    type: "tool_result"
    isError?: boolean
    name?: string
    result: JsonValue
    toolCallId: string