AutoBE
    Preparing search index...

    Properties for creating a Swagger chatbot session.

    interface ICreate {
        locale?: string | null;
        model: string;
        swaggers: IAutoBePlaygroundSwaggerChatbotSession.ISwagger.ICreate[] & MinItems<
            1,
        >;
        timezone?: string
        | null;
        title?: string | null;
        vendor_id: string & Format<"uuid">;
    }
    Index

    Properties

    locale?: string | null

    Locale for Agentica responses.

    model: string

    AI model identifier used by Agentica.

    swaggers: IAutoBePlaygroundSwaggerChatbotSession.ISwagger.ICreate[] & MinItems<
        1,
    >

    Swagger/OpenAPI backends to expose through this chatbot.

    timezone?: string | null

    IANA timezone identifier for Agentica.

    title?: string | null

    Optional title for this session.

    vendor_id: string & Format<"uuid">

    ID of the stored AI vendor configuration to use.