@squidcloud/client
    Preparing search index...

    Type Alias AiSessionContext

    Context for an AI session

    type AiSessionContext = {
        agentId: string;
        clientId: string;
        jobId: JobId;
    }
    Index

    Properties

    agentId: string

    The ID of the AI agent involved in the session.

    clientId: string

    The ID of the client initiating the session.

    jobId: JobId

    The ID of the job associated with the session.