attach_foundation
Generates draft delegation edges for chosen objective-control pairs to attach a foundation model. Each edge undergoes LLM validation, and no credit is assigned until separately confirmed.
Instructions
Create draft delegation edges for selected (objective, control) pairs.
selections is a list of {"source_objective_id": ..., "provider_control_id": ...}
(typically the operator-confirmed subset of propose_attach_foundation).
Each becomes a delegated draft edge that runs LLM validation; none
carries credit until separately confirmed. Returns {created, failed}.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| model_id | Yes | the consumer model. | |
| selections | Yes | list of {source_objective_id, provider_control_id} dicts. | |
| server_version | Yes | ||
| foundation_model_id | Yes | the foundation to delegate to. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||