mirror of
https://github.com/google-gemini/gemini-cli.git
synced 2026-04-10 13:22:51 -07:00
8 lines
158 B
TOML
8 lines
158 B
TOML
# Policy for non-interactive mode.
|
|
# ASK_USER is strictly forbidden here.
|
|
[[rule]]
|
|
toolName = "ask_user"
|
|
decision = "deny"
|
|
priority = 999
|
|
interactive = false
|