abacusai.bot_info

Classes

BotInfo

Information about an external application and LLM.

Module Contents

class abacusai.bot_info.BotInfo(client, externalApplicationId=None, llmName=None, llmDisplayName=None, llmBotIcon=None)

Bases: abacusai.return_class.AbstractApiClass

Information about an external application and LLM.

Parameters:
  • client (ApiClient) – An authenticated API Client instance

  • externalApplicationId (str) – The external application ID.

  • llmName (str) – The name of the LLM model. Only used for system-created bots.

  • llmDisplayName (str) – The display name of the LLM model. Only used for system-created bots.

  • llmBotIcon (str) – The icon location of the LLM model. Only used for system-created bots.

external_application_id
llm_name
llm_display_name
llm_bot_icon
deprecated_keys
__repr__()

Return repr(self).

to_dict()

Get a dict representation of the parameters in this class

Returns:

The dict value representation of the class parameters

Return type:

dict