Saltar al contenido principal

Get basic info bot

GET 

/api/bots/:botId/info

Gets a specific bot by its id.

Request

Path Parameters

    botId uuidrequired

Responses

Success

Schema
    id uuid

    Bot id (GUID)

    enable boolean

    Indicates if the bot is available for use

    title stringnullable

    Title of the bot

    description objectnullable

    Brief description of the bot in different languages.

    property name* string
    strategy BotRoutingStrategy

    Possible values: [Router, Sequential, Llm]

    userPreferences stringnullable

    Default properties of user preferences.

Loading...