abacusai.code_bot

Classes

CodeBot

A bot option for CodeLLM

Module Contents

class abacusai.code_bot.CodeBot(client, llmName=None, name=None, imageUploadSupported=None, codeAgentSupported=None, codeEditSupported=None, isPremium=None, llmBotIcon=None)

Bases: abacusai.return_class.AbstractApiClass

A bot option for CodeLLM

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

  • llmName (str) – The name of the LLM.

  • name (str) – The name of the bot.

  • imageUploadSupported (bool) – Whether the LLM supports image upload.

  • codeAgentSupported (bool) – Whether the LLM supports code agent.

  • codeEditSupported (bool) – Whether the LLM supports code edit.

  • isPremium (bool) – Whether the LLM is a premium LLM.

  • llmBotIcon (str) – The icon of the LLM bot.

llm_name = None
name = None
image_upload_supported = None
code_agent_supported = None
code_edit_supported = None
is_premium = None
llm_bot_icon = None
deprecated_keys
__repr__()
to_dict()

Get a dict representation of the parameters in this class

Returns:

The dict value representation of the class parameters

Return type:

dict