@squidcloud/client
    Preparing search index...

    Interface AiObserveStatusOptions

    Options for observing the status of an AI agent operation.

    interface AiObserveStatusOptions {
        chatId?: string;
    }
    Index

    Properties

    Properties

    chatId?: string

    A unique chat ID for the conversation.