@coveo/headless
    Preparing search index...

    Interface GenerationToolCall

    interface GenerationToolCall {
        finishedAt?: number;
        startedAt: number;
        status: GenerationToolCallStatus;
        toolCallArgs?: GenerationToolCallArgsGeneric | GenerationToolCallArgsSearch;
        toolCallId: string;
        toolCallName: string;
        type?: "search" | "generic";
    }
    Index

    Properties

    finishedAt?: number
    startedAt: number
    status: GenerationToolCallStatus
    toolCallId: string
    toolCallName: string
    type?: "search" | "generic"