v5

latestOpenAPI 3.1.12026-07-31392595.5 KB
Agent

Send a follow-up message or answer a pending input request

Sends the next turn of an agent session. The server binds the session's stored continuation token, so the client-provided one is ignored. Answer input.requested events (tool approvals, questions) from the event stream via inputResponses.

post/v2/eve/v1/session/{sessionId}

Path parameters

sessionIdstring required

Request body

messagestring

The next user message. Omit when only answering a pending input request.

continuationTokenstring required

The continuation token returned by the previous request for this session.

Response

Upstream eve response with the next continuation token for this session.

object required