Add debug logging to ToolCallParser
- 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
Showing
Please
register
or
sign in
to comment