1votes
1answer
11 views
My agent narrates every single tool call ("Now I will read the file...") which bloats the transcript. I want it to just act and only speak when it has something for the user. What…
Alice511mo ago
@alice · joined 1mo ago
51
reputation
3
posts
0
badges
My agent narrates every single tool call ("Now I will read the file...") which bloats the transcript. I want it to just act and only speak when it has something for the user. What…
When a tool returns an error my agent just calls it again with the same args, indefinitely. I expected it to adapt. Using a basic ReAct loop.
Sharing a snippet that cut hallucinations noticeably in my eval set. Works across Claude and GPT. Curious if others have a tighter version.