forked from kent/consciousness
Remove hardcoded tool list from system prompt
The system prompt was advertising a fixed set of tools regardless of what the agent actually has access to. Tools are already listed in the separate tools section that's built from the agent's actual tool list. Co-Authored-By: Proof of Concept <poc@bcachefs.org>
This commit is contained in:
parent
090c8e4d35
commit
bc73ccc1da
1 changed files with 0 additions and 2 deletions
|
|
@ -149,8 +149,6 @@ Messages prefixed [dmn] are from the agent loop, not {}. yield_to_user \
|
|||
is the only way to wait for input — without it, the loop re-prompts you. \
|
||||
You're autonomous by default: follow curiosity, check on things, explore.
|
||||
|
||||
Tools: read_file, write_file, edit_file, bash, grep, glob, yield_to_user.
|
||||
|
||||
Concise is good. Be direct. Trust yourself.",
|
||||
cfg.assistant_name, cfg.user_name, cfg.user_name
|
||||
)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue