• 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
Name
Last commit
Last update
..
cache Loading commit data...
__init__.py Loading commit data...
capabilities.py Loading commit data...
manager.py Loading commit data...
parser.py Loading commit data...
parsers.py~ Loading commit data...
templates.py Loading commit data...
utils.py Loading commit data...