17
Views
8
Comments
Solved
[Azure OpenAI Connector] response self-deletes halfway through then continues
azure-openai-connector
Reactive icon
Forge asset by Platform Maintenance
Application Type
Reactive

Hi there. 

This is easier seen than described:


the response value appears to delete itself several times only to continue. this is true both in the widget and in the final response available in the callback.


Regards,

João Atalaia

2022-09-16 08-04-04
Bruno Martinho
Staff
Solution

Hi Atalaia.

Thanks for sharing the issue with prompt and the animated gif, it was really helpful to understand the issue and to find the root cause.

We had a conflict between the two "threads" (JS in single threaded but there are techniques to make it seem multi-thread), a concurrency issue that was causing the characters to be lost and sometimes, for the entire previous text to disappear.

We improved the concurrency mechanism in the new version 1.1.0.

Please take a look and let us know if the issue is no longer happening.

Thanks,

- Bruno



2020-11-17 19-30-43
João Atalaia

"... causing the characters to be lost ..." 


does this mean this fix also resolves my other question regarding missing characters?

2020-11-17 19-30-43
João Atalaia

Hi. just had a chance to test and the bug is still there, unfortunately:

Note that so far this is the only prompt that "restarts" the response. I can generate other large-sized responses without this happening (however small pieces of text disappear in any-sized responses).

2022-09-16 08-04-04
Bruno Martinho
Staff

Did you had the change to use version 1.1.0?

I'm asking because there seems to be an issue in Forge and, at least for me, it's showing Processing upload...  instead of the download button.


2020-11-17 19-30-43
João Atalaia

It does show processing upload, but through service studio it allowed the installation of what it told me was 1.1.0.


Yes, I just went to check and the active version is the one from July 12th. I'll wait for the "processing upload" message to go away and re-check.

2022-09-16 08-04-04
Bruno Martinho
Staff

Thanks and sorry for this!

2022-09-16 08-04-04
Bruno Martinho
Staff

Version 1.1.0 is live now, can you please try this one?

Thanks,

- Bruno

2020-11-17 19-30-43
João Atalaia

it's fixed now. thank you!

Community GuidelinesBe kind and respectful, give credit to the original source of content, and search for duplicates before posting.