Skip to main content
Version: v0.2.23

Resume an agent turn with executed tool call responses.

POST 

/v1/agents/:agent_id/session/:session_id/turn/:turn_id/resume

Resume an agent turn with executed tool call responses. When a Turn has the status awaiting_input due to pending input from client side tool calls, this endpoint can be used to submit the outputs from the tool calls once they are ready.

Request​

Responses​

A Turn object if stream is False, otherwise an AsyncIterator of AgentTurnResponseStreamChunk objects.