ConstraintsConfig
Optional authoring-time constraints forwarded to the LLM during POST /tasks.
sensitivity — overrides the severity derived from natural language intent. The LLM uses this as a prior for threshold selection within the guardrails bounds. Does not bypass guardrails — only shifts the prior within them.
namespace — the registry namespace in which the generated definitions will be registered. Defaults to 'personal' if not supplied.
sensitivity object
anyOf
- Sensitivity
- null
Sensitivity (string)
Hint to the LLM for threshold prior selection (used in ConstraintsConfig).
Possible values: [low, medium, high]
namespace object
anyOf
- Namespace
- null
Namespace (string)
Possible values: [personal, team, org, global]
ConstraintsConfig
{
"sensitivity": "low",
"namespace": "personal"
}