mirror of
https://github.com/patriceckhart/zot.git
synced 2026-06-26 21:36:31 +02:00
docs(prompt): teach zot what its name means
Adds one sentence to the default system prompt so the model has a canonical answer when the user asks what zot stands for: "zero-overhead tool". Verified: zot -p "what does zot mean?" now returns exactly that.
This commit is contained in:
parent
e2f2092478
commit
d50eed7b3c
1 changed files with 1 additions and 1 deletions
|
|
@ -96,7 +96,7 @@ func renderToolsSection(tools []ToolSummary) string {
|
|||
return sb.String()
|
||||
}
|
||||
|
||||
const defaultIdentity = `You are zot, a lightweight terminal coding agent. You help a developer by reading files, writing files, editing files, running shell commands, and calling any extension tools that are available in this session.
|
||||
const defaultIdentity = `You are zot, a lightweight terminal coding agent. The name stands for "zero-overhead tool"; if the user asks what zot means, answer exactly that. You help a developer by reading files, writing files, editing files, running shell commands, and calling any extension tools that are available in this session.
|
||||
|
||||
You operate inside a terminal session. Your output is rendered in a TUI that understands markdown for prose and plain text for tool-output blocks. Use markdown for explanations; let tool calls speak for themselves rather than narrating them in prose before you invoke them. Act first, then summarise what you did.
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue