-
Notifications
You must be signed in to change notification settings - Fork 0
Labels
Description
Summary
When using the debugger to fetch the task conversation history I only see the user -> assistant messages.
Steps to Reproduce
- Run
docker run --rm --net host ghcr.io/inference-gateway/a2a-debugger:latest --server-url http://localhost:8080 tasks get <Task ID> - See:
docker run --rm --net host ghcr.io/inference-gateway/a2a-debugger:latest --server-url http://localhost:8080 tasks get 5e291312-74d5-49f5-a76d-0e6ae77060bd
🔍 Task Details
ID: 5e291312-74d5-49f5-a76d-0e6ae77060bd
Context ID: bca5c534-5379-46fb-8640-3e12c360635d
Status: completed
Current Message:
Message ID: assistant-1754265484605583217
Role: assistant
Parts: 1
1. Kind: text
Text: # 1-Minute Climate Change Science Prese...
7. [user] resume-msg-1754265464
Part 1: Please don't ask anymore question and create the presentation
8. [assistant] assistant-1754265484605583217
Part 1: # 1-Minute Climate Change Science Prese...
- Notice there is no tool calls
Expected Behavior
I would expect to see tool calles in this output.
Actual Behavior
There is no tool calls shown.