-
Notifications
You must be signed in to change notification settings - Fork 32
Open
Labels
TriageNew issue, yet to be triagedNew issue, yet to be triaged
Description
Version
1.2.3
Describe the bug
i'm writing a copilot agent @microsoft/agents-hosting using AgentApplication, in this agent i'm calling a api with extra long response time ( over 30 secondes ) so i enabled the property : longRunningMessages of AgentApplicationOptions, it change nothing with the option true or false copilot keep sending a error message after ~10-15 secondes without any activity after the user prompt
To Reproduce
use https://github.com/microsoft/Agents-for-js/blob/main/samples/basic/longRunning.ts , change the sleep to 60 secondes instead of 3 secondes and toggle longRunningMessages there is no difference in behavior
Expected behavior
longRunningMessages should allow 60 secondes response time before sending a error message
Screenshots

Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
TriageNew issue, yet to be triagedNew issue, yet to be triaged