Create agent run
Create an asynchronous agent run and start execution in the background.
Use `inputHistoryMode=delta_v1` to send only `newUserMessage` and let the server reconstruct a bounded rolling context. A continuation supplies the thread's authoritative `current_run_id` as `baseRunId`.
Required scope: `inference:run`
Headers
Retry key scoped to the authenticated tenant and principal. Required and non-blank for every delta_v1 request; optional for legacy_full.
Request body
Example request
{
"input": {
"redactionPolicyId": "pii-standard"
}
}Response
Agent run accepted
Example response
{
"trace_id": "4bf92f3577b34da6a3ce929d0e0e4736"
}Changes
Changed in 11 of the 71 revisions of this API.115
- ○
added the new optional request property
/new-optional-request-property
- ○
added the non-success response with the status
response-non-success-status-added
- ○
added the non-success response with the status
response-non-success-status-added
- ○
- ○
added the new optional request property
///new-optional-request-property
- ○
- ○
added the optional property
to the response with the statusresponse-optional-property-added
- ○
added the optional property
to the response with the statusresponse-optional-property-added
- ○
- ○
added the new optional request property
//new-optional-request-property
- ○
- ○
added the new optional request property
//new-optional-request-property
- ○
added the new optional request property
//new-optional-request-property
- ○
- ○
added the new optional request property
///new-optional-request-property
- ○
- ○
added the new optional request property
///new-optional-request-property
- ○
- ●
added the new
VERTEX_AIenum value to theresponse property for the response statusresponse-property-enum-value-added
- ●
- ○
added the new optional request property
///new-optional-request-property
- ○
- ○
added the new
datetimeenum value to the request property//////request-property-enum-value-added
- ○
added the new
datetimeenum value to the request property//////request-property-enum-value-added
- ○
Of the 71 revisions, 18 have no diff computed.