Member Junction
    Preparing search index...

    One tool call's outcome, ready to be shown to the model.

    interface NativeToolResult {
        content: string;
        isError: boolean;
        toolCallId: string;
        toolName: string;
    }
    Index

    Properties

    content: string

    What the model should read — the same markdown the user-message path renders, per call.

    isError: boolean
    toolCallId: string
    toolName: string