Skip to content

Feature Request: Support streaming tool call outputs #692

Open
@mikuh

Description

@mikuh

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions