abacusai.agent_data_execution_result

Classes

AgentDataExecutionResult

Results of agent execution with uploaded data.

Module Contents

class abacusai.agent_data_execution_result.AgentDataExecutionResult(client, response=None, deploymentConversationId=None, docInfos={})

Bases: abacusai.return_class.AbstractApiClass

Results of agent execution with uploaded data.

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

  • response (str) – The result of agent conversation execution.

  • deploymentConversationId (id) – The unique identifier of the deployment conversation.

  • docInfos (AgentDataDocumentInfo) – A list of dict containing information on documents uploaded to agent.

response
deployment_conversation_id
doc_infos
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