Continue Agent Call
Continue an incomplete Agent call.
This endpoint allows continuing an existing incomplete Agent call, by passing the tool call requested by the Agent. The Agent will resume processing from where it left off.
The messages in the request will be appended to the original messages in the Log. You do not have to provide the previous conversation history.
The original log must be in an incomplete state to be continued.
Headers
Request
This identifies the Agent Log to continue.
The additional messages with which to continue the Agent Log. Often, these should start with the Tool messages with results for the previous Assistant message’s tool calls.
If true, packets will be sent as data-only server-sent events.
API keys required by each provider to make API calls. The API keys provided here are not stored by Humanloop. If not specified here, Humanloop will fall back to the key saved to your organization.
If true, populate trace_children
for the returned Agent Log. Defaults to false.
Response
An enumeration.