@airbolt/sdk
    Preparing search index...

    Interface ChatResponse

    Response from the chat API including usage information

    interface ChatResponse {
        content: string;
        usage?: UsageInfo;
    }
    Index

    Properties

    Properties

    content: string

    The AI assistant's response content

    usage?: UsageInfo

    Usage information for this request