Fix reply_text[:200] truncation breaking bench keyword matching #3
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Problem
agent.pynow logsreply_text: {final_text[:200]}— truncated to 200 chars. Bench recall keyword checks intest_memory.pyparsereply_textfrom this log line, so long replies with keywords past char 200 silently fail.Fix
Either remove the truncation in
agent.pyor update the bench to read reply text from a different source.