• Your Name's avatar
    Add debug logging to ToolCallParser · d8242507
    Your Name authored
    - Added debug output to ToolCallParser.extract_tool_calls() method
    - Shows when parser is called, input text (first 200 chars), and output
    - Debug logging follows existing codebase pattern using print() with DEBUG prefix
    - Useful for troubleshooting tool call extraction issues
    d8242507
parser.py 42 KB