mirror of
https://github.com/NCBM/plyngent.git
synced 2026-07-25 08:04:57 +08:00
core/config: default system prompt for coding agent tools
This commit is contained in:
@@ -136,7 +136,10 @@ access_key_or_token = "sk-..."
|
||||
"gpt-4o-mini" = { text = true }
|
||||
|
||||
[agent]
|
||||
system_prompt = "You are a careful coding assistant."
|
||||
# system_prompt defaults to a built-in coding-agent guide (omit to use it).
|
||||
# system_prompt = "" # disable
|
||||
# Or multi-line override (prefer '''...'''):
|
||||
# system_prompt = '''Your custom prompt...'''
|
||||
confirm_destructive = true
|
||||
max_context_tokens = 200000
|
||||
```
|
||||
|
||||
Reference in New Issue
Block a user