Skip to content

Feature Request: Support streaming tool call outputs #692

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
mikuh opened this issue May 14, 2025 · 1 comment
Open

Feature Request: Support streaming tool call outputs #692

mikuh opened this issue May 14, 2025 · 1 comment
Labels
enhancement New feature or request

Comments

@mikuh
Copy link

mikuh commented May 14, 2025

Background

Currently, when an agent calls a tool, the tool must fully complete before any output is returned.
However, some tools internally call LLMs or perform long-running tasks, and users have to wait without seeing any intermediate results.

Request

Please support streaming tool outputs, similar to model response streaming.
Allow tools to send incremental outputs while they are still running, so users can see progress in real time.

Benefits

  • Improve user experience by reducing perceived waiting time.
  • Enable better interaction for tools involving LLM calls or large content generation.
  • Make tool behavior consistent with LLM output streaming.
@mikuh mikuh added the enhancement New feature or request label May 14, 2025
@1164974997
Copy link

Right now, users have no feedback during long tool runs, which leads to confusion and poor engagement. +1 from me!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants