abacusai.agent_data_execution_result

Module Contents

Classes

AgentDataExecutionResult

Results of agent execution with uploaded data.

class abacusai.agent_data_execution_result.AgentDataExecutionResult(client, docIds=None, response=None, deploymentConversationId=None)

Bases: abacusai.return_class.AbstractApiClass

Results of agent execution with uploaded data.

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

  • docIds (list[str]) – A list of document IDs uploaded to agent.

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

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

__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