set_model_allowlist
Set the allowed model names using shell-glob patterns, replacing the current allowlist to control which Ollama models can be used.
Instructions
[WRITE][risk=medium] Replace the model allowlist (glob patterns; empty = allow-all).
Args: models: Shell-glob patterns of permitted model names (e.g. ["llama3.", "qwen"]).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| models | Yes |