Microsoft Copilot Declarative Agent Timeout
Hello, community!
I've been creating a declarative agent. It is connected to a REST API, which includes three basic endpoints that return data from Invoice, Customer, and Product. When testing the agent in Teams, I ask questions such as "Give me the customers stored..." and "Give me the invoices created in X month, year." It returns the info that I expected. However, I want to access data from Customers and Invoices as a "join"; the agent stops working and returns the following message: "Oops! Something occurred. "Can you try again?"
I'd like to know if there is a way to view the time out configuration or something similar.
I am using the Teams Toolkit in VS Code.