Alias for common tool call mistakes #1651
Replies: 2 comments
-
|
Hey Lars! I wonder if this is something that should instead be implemented in the system prompt (perhaps specific to GLM-4.6, even). Converting this to a discussion until we reach consensus—we can convert back to an issue for implementation at that point. |
Beta Was this translation helpful? Give feedback.
-
|
I noticed that specially in longer conversations (after a auto-compact) Crush/GLM-4.6 can forget the tool calls. Maybe we should figure out if the auto-compact also just deletes all |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Description
GLM-4.6 likes to use tools that do not exist e.g.
gitinstead ofbash.To improve success, I suggest to add common alias that are not advertised to the LLM but work.
We may or may not add a warning, but we should convert e.g.
gittobash + gitBeta Was this translation helpful? Give feedback.
All reactions