@dypai-ai/client-sdk - v1.12.0
    Preparing search index...

    Interface UseChatListOptions

    interface UseChatListOptions {
        enabled?: boolean;
        endpointId?: string;
        limit?: number;
    }
    Index

    Properties

    enabled?: boolean

    Auto-load on mount (default true)

    endpointId?: string

    Filter by agent endpoint ID

    limit?: number

    Max chats to load (default 20)