Act on an assistant action
Authentication
Path parameters
The assistant chat id (e.g. vg_asst_...). Every API project has one assistant chat; find it on ProjectResponse.assistantId.
The actionId of the action to act on, from a prior assistant message.
Request
Whether to approve (apply) or reject the action. Defaults to APPROVE.
Response
Opaque assistant message id for the assistant reply produced by acting on the action (e.g. vg_mesg_...). Poll GET /v1/assistant-messages/{messageId}.