create_decision
Submit a question to a collective of AI agents for multi-perspective voting, producing a consensus decision.
Instructions
Create a new decision for the swarm to evaluate.
Multiple agents can then vote on this decision from different perspectives (financial, legal, technical, market, risk). The hive mind aggregates votes into a collective decision.
Args: question: The decision question (e.g. "Should we launch product X?") context: Background information for the decision decision_id: Custom ID (auto-generated if empty) created_by: Who initiated the decision
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| question | Yes | ||
| context | No | ||
| decision_id | No | ||
| created_by | No |