Skip to content

response.agent_step

An event that is emitted when the agent makes a step.



type string

The type of the event. Always response.agent_step


id string

The id of the response


step string

The current agent step of the inconvo agent


message string

A user readable version of the agent step


OBJECT response.agent_step
{
"type": "response.agent_step",
"id": "7555d396-8e82-42d3-8338-560439670ab9",
"step": "set_message_derived_filters",
"message": "Filtering..."
}