@contio/partner-sdk - v1.7.1
    Preparing search index...

    Interface ChatToolCall

    A single tool invocation recorded in an agent turn

    interface ChatToolCall {
        name: string;
        status: "failed" | "success";
    }
    Index

    Properties

    Properties

    name: string

    Tool name (e.g., search_meeting_notes, list_action_items)

    status: "failed" | "success"

    Outcome of the tool call