You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I implemented a web chat using botframework-webchat connected via the Direct Line URL provided by Copilot Studio.
I ran into two separate issues during integration:
Connection failure when there is no initial conversation
When there is no existing conversation in the Copilot Studio app, the Direct Line connection consistently fails.
This appears to be the same issue described here: CopilotStudioClient.startConversationAsync fails when emitStartConversationEvent is false #611
When the startConversation topic is turned off in a Copilot Studio agent:
v1.1.1
After testing, this issue was resolved for me by using:
"@microsoft/agents-copilotstudio-client": "1.1.1"
Works as expected with no issues.
v1.1.4-geb1c05c291
The agent fails to connect.
A message is displayed:
“Connecting is taking longer than usual.”
Incorrect / fragmented message data during live streaming
When using live streaming, the message data arrives in an unexpected or fragmented format.
This seems related to the behavior described in this PR: https://github.com/microsoft/Agents-for-js/pull/821
Based on the discussion in that PR, I tested with:
1.1.4-geb1c05c291
and the live streaming behavior appears to be improved.
However, with 1.1.4-geb1c05c291, I encounter a connection failure again, similar to issue #611.
My question is:
Is there a version (released or upcoming) that includes fixes for both issues at the same time?
If so, when can we expect it to be available?
Any guidance on the recommended version or upgrade path would be greatly appreciated.
Thank you!
I implemented a web chat using botframework-webchat connected via the Direct Line URL provided by Copilot Studio.
I ran into two separate issues during integration:
When there is no existing conversation in the Copilot Studio app, the Direct Line connection consistently fails.
This appears to be the same issue described here:
CopilotStudioClient.startConversationAsync fails when emitStartConversationEvent is false #611
When the startConversation topic is turned off in a Copilot Studio agent:
v1.0.1
An error occurs, the same issue as #611.
v1.1.1
After testing, this issue was resolved for me by using:
"@microsoft/agents-copilotstudio-client": "1.1.1"
Works as expected with no issues.
v1.1.4-geb1c05c291
The agent fails to connect.
A message is displayed:
“Connecting is taking longer than usual.”
When using live streaming, the message data arrives in an unexpected or fragmented format.
This seems related to the behavior described in this PR:
https://github.com/microsoft/Agents-for-js/pull/821
Based on the discussion in that PR, I tested with:
1.1.4-geb1c05c291
and the live streaming behavior appears to be improved.
However, with 1.1.4-geb1c05c291, I encounter a connection failure again, similar to issue #611.
My question is:
Is there a version (released or upcoming) that includes fixes for both issues at the same time?
If so, when can we expect it to be available?
Any guidance on the recommended version or upgrade path would be greatly appreciated.
Thank you!