/api/v1.4/agent_message
responses
- This parameter is a list of all the responses for each tasking.task_id
field to indicate which task this response is for. After that though, comes the actual response output from the task.{"task_id": "uuid of task", "user_output": "output of task here"}
... response message
piece above"completed": true
or indicate that there was an error with "status": "error"
.delegates
- This parameter is not required, but allows for an agent to forward on messages from other callbacks. This is the peer-to-peer scenario where inner messages are passed externally by the egress point. Each of these messages is a self-contained "Agent Message".responses
- This parameter is always a list and contains a success or error + error message for each task that was responded to.delegates
- This parameter contains any responses for the messages that came through in the first message