Skip to content

[BUG] longRunningMessages do nothing #982

@maxime-wegrow

Description

@maxime-wegrow

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

Image

Metadata

Metadata

Assignees

Labels

TriageNew issue, yet to be triaged

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions