mirror of
https://github.com/coder/coder.git
synced 2026-09-24 15:04:27 +08:00
feat: add AI budget policy and period deployment config (#25122)
Closes https://linear.app/codercom/issue/AIGOV-283/add-deployment-config-for-ai-budget-policy-and-period Adds `CODER_AI_BUDGET_POLICY` and `CODER_AI_BUDGET_PERIOD` deployment options for AI Governance cost controls.
This commit is contained in:
Generated
+7
@@ -13802,6 +13802,13 @@ const docTemplate = `{
|
||||
}
|
||||
]
|
||||
},
|
||||
"budget_period": {
|
||||
"type": "string"
|
||||
},
|
||||
"budget_policy": {
|
||||
"description": "Budget settings for AI Governance cost controls.",
|
||||
"type": "string"
|
||||
},
|
||||
"circuit_breaker_enabled": {
|
||||
"description": "Circuit breaker protects against cascading failures from upstream AI\nprovider overload (503, 529).",
|
||||
"type": "boolean"
|
||||
|
||||
Generated
+7
@@ -12278,6 +12278,13 @@
|
||||
}
|
||||
]
|
||||
},
|
||||
"budget_period": {
|
||||
"type": "string"
|
||||
},
|
||||
"budget_policy": {
|
||||
"description": "Budget settings for AI Governance cost controls.",
|
||||
"type": "string"
|
||||
},
|
||||
"circuit_breaker_enabled": {
|
||||
"description": "Circuit breaker protects against cascading failures from upstream AI\nprovider overload (503, 529).",
|
||||
"type": "boolean"
|
||||
|
||||
Reference in New Issue
Block a user