Inspect the last agent turn
get_last_traceRetrieve the full internal trace of the last agent turn to see every tool call, citation, and data block that produced an answer. Use raw=true to get the untouched A2A response.
Instructions
Return the full detail of the most recent ask_agent turn: every internal tool call the agent made, its citations, structured data blocks, and — with raw=true — the untouched A2A response parts. Use this to see how the agent reached an answer.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| raw | No | Include the untouched A2A JSON result (default false). |