abacusai.vertical

Classes

Vertical

A ChatLLM Vertical (e.g., Health).

Module Contents

class abacusai.vertical.Vertical(client, externalApplicationId=None, deploymentId=None, name=None, description=None, verticalType=None, urlPath=None, verticalAgentMode=None)

Bases: abacusai.return_class.AbstractApiClass

A ChatLLM Vertical (e.g., Health).

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

  • externalApplicationId (str) – The ID of the vertical’s external application.

  • deploymentId (str) – The ID of the vertical’s deployment.

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

  • description (str) – The description of the vertical.

  • verticalType (str) – The type of vertical (e.g., HEALTH).

  • urlPath (str) – The vertical’s routing slug (e.g. ‘health’, or ‘legal-agent’ for an Agent app).

  • verticalAgentMode (bool) – Whether this is the vertical’s Agent app rather than its Chat app. Legal and Finance expose both on one deployment, so they share a vertical_type and this is what tells them apart.

external_application_id = None
deployment_id = None
name = None
description = None
vertical_type = None
url_path = None
vertical_agent_mode = 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