24 lines
412 B
Text
24 lines
412 B
Text
|
|
let capability_type = [|
|
||
|
|
'CodeGeneration,
|
||
|
|
'CodeReview,
|
||
|
|
'DocumentSummarization,
|
||
|
|
'SemanticSearch,
|
||
|
|
'WorkflowOrchestration,
|
||
|
|
'BudgetValidation,
|
||
|
|
|] in
|
||
|
|
|
||
|
|
{
|
||
|
|
capabilities = [
|
||
|
|
"CodeGeneration",
|
||
|
|
"CodeReview",
|
||
|
|
"DocumentSummarization",
|
||
|
|
"SemanticSearch",
|
||
|
|
"WorkflowOrchestration",
|
||
|
|
"BudgetValidation",
|
||
|
|
],
|
||
|
|
|
||
|
|
max_budget_per_task = 50000,
|
||
|
|
|
||
|
|
allowed_tenants | Array String | default = [],
|
||
|
|
}
|