@squidcloud/client
    Preparing search index...

    Interface BaseContextRequest

    Base fields shared by all agent context requests.

    interface BaseContextRequest {
        contextId: string;
        metadata?: AiContextMetadata;
        type: AiKnowledgeBaseContextType;
    }

    Hierarchy (View Summary)

    Index

    Properties

    contextId: string

    The unique identifier of the context item.

    Optional metadata associated with the context item.

    The type of the context content.