ActionTriggered
action_idstring
action_versionstring
statusstring
Possible values: [triggered, skipped, failed, would_trigger]
payload_sentobjectnullable
error objectnullable
error object
typestringrequired
Machine-readable error type. Always branch on this field — never on message. TypeScript SDK maps this directly to MemintelError.type.
Possible values: [syntax_error, type_error, semantic_error, reference_error, parameter_error, graph_error, execution_error, execution_timeout, auth_error, not_found, conflict, rate_limit_exceeded, bounds_exceeded, action_binding_failed]
messagestringrequired
locationstringnullable
suggestionstringnullable
ActionTriggered
{
"action_id": "string",
"action_version": "string",
"status": "triggered",
"payload_sent": {},
"error": {
"error": {
"type": "syntax_error",
"message": "string",
"location": "string",
"suggestion": "string"
}
}
}