Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Body
application/x-www-form-urlencoded
Response
Agent run continued successfully
The response is of type any
.
Continue a paused or incomplete agent run with updated tool results.
Use Cases:
Tools Parameter: JSON string containing array of tool execution objects with results.
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Agent run continued successfully
The response is of type any
.