kubectl-ai icon indicating copy to clipboard operation
kubectl-ai copied to clipboard

[Feature]: terminal UI does not show output of the toolcall

Open droot opened this issue 5 months ago • 2 comments

Terminal UI shows that it is running a tool but does not display or give any hints about the output of the tool-call.

The agent uses the tool call output to get the next response from LLM. Most of the time it is not a problem because LLM's output in the next turn will be using the output from the previous tool-call, but in some instances we have seen that LLM assumes that user is also aware of the previous tool-call output and decides the omit the output/summary in the final response.

Now displaying tool-call output always will can get noisy and repetitive (because final response may also include it), so we need a better way to present the tool-call output.

droot avatar Jul 31 '25 17:07 droot

/assign @ShubyM

droot avatar Jul 31 '25 17:07 droot

xref: https://github.com/GoogleCloudPlatform/kubectl-ai/issues/445

droot avatar Jul 31 '25 17:07 droot