decision_create
Create a decision envelope to wrap an agent decision.
Overview
Every agent decision must start by creating a decision envelope. The envelope tracks the intent, automation mode, and lifecycle state of the decision.
Method
text
tools/call
Tool Name
text
decision_create
Parameters
[Content to be filled - from provided getting started guide]
text
{
"intent": "customer.order.create",
"automation_mode": "propose",
"instance": "my-agent-v1",
"metadata": {}
}
Response
[Content to be filled]
Example
[Content to be filled - from provided getting started guide]