fix(config): change no_tools_mode default to false for pi_embedded
The previous default of true was overly restrictive. false is the correct default — tool-like prompts fall through to native handling only when explicitly enabled. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
+1
-1
@@ -226,7 +226,7 @@ models:
|
||||
# pi_embedded:
|
||||
# enabled: false
|
||||
# # timeout_ms: 120000
|
||||
# # no_tools_mode: true # keep Pi path text-only in canary; force native for tool-like prompts
|
||||
# # no_tools_mode: false # when true, force native for tool-like prompts (default: false)
|
||||
# # model: openclaw-default # optional model/session selector passed to Pi runtime
|
||||
# # system_prompt_mode: hybrid # flynn | pi_default | hybrid
|
||||
# # module: "@mariozechner/pi-agent-core" # optional module override
|
||||
|
||||
Reference in New Issue
Block a user