1. Docs
  2. Reference
  3. REST API Docs
  4. Schema
  5. AgentUserEventExecToolCall

AgentUserEventExecToolCall

    Represents an agent user event.

    Properties

    • entity_diff AgentEntityDiff optional
      Entities to add or remove from the agent.
    • add array[AgentEntity] optional
      Entities to add to the Agent’s context. Entities must be valid, and will be automatically deleted if they are invalid.
    • remove array[AgentEntity] optional
      Entities to remove from the Agent’s context.
    • tool_call_id string required
      Tool call identifier, correlating to a tool call from a prior AssistantMessage with execution_mode=cli.
    • name string required
      Tool name.
    • timestamp string required
      When the event occurred.
    • type string required