Skip to content
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

Streamed printing of data returned by the tool #5547

Open
4 tasks done
kiedeng opened this issue Jun 24, 2024 · 0 comments
Open
4 tasks done

Streamed printing of data returned by the tool #5547

kiedeng opened this issue Jun 24, 2024 · 0 comments
Labels
💪 enhancement New feature or request

Comments

@kiedeng
Copy link

kiedeng commented Jun 24, 2024

Self Checks

  • I have searched for existing issues search for existing issues, including closed ones.
  • I confirm that I am using English to submit this report (我已阅读并同意 Language Policy).
  • Please do not modify this template :) and fill in all the required fields.

1. Is this request related to a challenge you're experiencing? Tell me about your story.

When I customize tools, they can only return data using return, and the data can only be returned after the tool has completely finished. However, I have some tools that take a long time and return data in a streamed fashion, meaning they return some data after each process completes. How can I send the streamed return values from the tool to the front end? Can this be achieved using something like queuemanager.publish()? Is there a related demo I can refer to?

2. Additional context or comments

No response

3. Can you help us with this feature?

  • I am interested in contributing to this feature.
@dosubot dosubot bot added the 💪 enhancement New feature or request label Jun 24, 2024
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

1 participant