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

URL links breaking streaming chat #1586

Open
afogarty85 opened this issue Dec 11, 2024 · 0 comments
Open

URL links breaking streaming chat #1586

afogarty85 opened this issue Dec 11, 2024 · 0 comments
Labels
bug Something isn't working needs-triage

Comments

@afogarty85
Copy link

afogarty85 commented Dec 11, 2024

Describe the bug
When an OpenAI Assistant has access to URLs and turns them into URLs in the chat, either the app or the assistant is removing the link and then turning it plain text. The stream then seems to stop, but data keeps coming intermittently. Every time a url is generated, a new entry is generated as-if it was a new chat response.

To be clear, I can see the app creating the url, then it backs up and drops them.

To Reproduce
Steps to reproduce the behavior:

  1. Tools response data that the OpenAI Assistant contains a URL.

Expected behavior
I expect a single response showing the data and the urls. In turn, I get n-many responses from the bot. The first response has the first data point, the second has the first and second data point, the third has the first, second, and third data point, and so on.

Screenshots
image

Desktop (please complete the following information):

  • OS: Windows
  • Browser: Edge & Chrome
@dosubot dosubot bot added the bug Something isn't working label Dec 11, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working needs-triage
Projects
None yet
Development

No branches or pull requests

1 participant