fix(docs): use additive llm task allowlist

This commit is contained in:
Vincent Koc
2026-05-03 15:53:17 -07:00
parent d62fb9eac3
commit b2fd814f91

View File

@@ -93,7 +93,7 @@ Enable the tool:
"list": [
{
"id": "main",
"tools": { "allow": ["llm-task"] }
"tools": { "alsoAllow": ["llm-task"] }
}
]
}