AutoBE
    Preparing search index...

    Summary view used by list pages.

    interface ISummary {
        completed_at: string & Format<"date-time"> | null;
        created_at: string & Format<"date-time">;
        id: string & Format<"uuid">;
        locale: string;
        model: string;
        swaggers: IAutoBePlaygroundSwaggerChatbotSession.ISwagger.ISummary[];
        timezone: string;
        title: string | null;
        token_usage: IAutoBePlaygroundSwaggerChatbotSession.ITokenUsage;
        vendor: IAutoBePlaygroundVendor;
    }

    Hierarchy (View Summary)

    Index

    Properties

    completed_at: string & Format<"date-time"> | null

    Timestamp when this session was completed, or null if still active.

    created_at: string & Format<"date-time">

    Timestamp when this session was created.

    id: string & Format<"uuid">

    Unique identifier for this session.

    locale: string

    Locale used by Agentica.

    model: string

    AI model identifier used by Agentica.

    Swagger/OpenAPI backends bound to this integration.

    timezone: string

    IANA timezone used by Agentica.

    title: string | null

    Optional user-provided session title.

    Accumulated Agentica token usage.

    Stored AI vendor configuration used for the Agentica LLM calls.