Skip to content

[BUG] The debugger currently not showing tool calls #2

@edenreich

Description

@edenreich

Summary

When using the debugger to fetch the task conversation history I only see the user -> assistant messages.

Steps to Reproduce

  1. Run docker run --rm --net host ghcr.io/inference-gateway/a2a-debugger:latest --server-url http://localhost:8080 tasks get <Task ID>
  2. 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...
  1. 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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't workingreleased

    Type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions