MicrosoftDocs / msteams-docs

Source for the Microsoft Teams developer platform documentation.
https://aka.ms/teamsdev
Creative Commons Attribution 4.0 International
282 stars 504 forks source link

[Compose Extension] Cannot support compose action for LLM powered app #11651

Open Harshit-Samar opened 4 days ago

Harshit-Samar commented 4 days ago

Type of issue

Typo

Feedback

We have developed an app powered by an LLM and want to integrate it as a plugin in Microsoft Copilot. While it works with the command box, we're facing a limitation with the compose action. Currently, every key press in the search box triggers an invoke call due to a debouncing mechanism. Since our app is not search-based but instead processes user queries using LLMs, which takes time, we want to avoid making an API call with every key press. Is there a way to trigger the API call only after the user has finished entering their entire query?

Page URL

https://learn.microsoft.com/en-us/microsoftteams/platform/messaging-extensions/how-to/search-commands/respond-to-search?tabs=dotnet#enable-and-handle-tap-actions

Content source URL

https://github.com/MicrosoftDocs/msteams-docs/blob/main/msteams-platform/messaging-extensions/how-to/search-commands/respond-to-search.md

Author

@surbhigupta

Document Id

a9546115-7c5d-39c9-ca8a-3cf3e02ff621

microsoft-github-policy-service[bot] commented 4 days ago

Hi Harshit-Samar! Thank you for bringing this issue to our attention. We will investigate and if we require further information we will reach out in one business day. Please use this link to escalate if you don't get replies.

Best regards, Teams Platform

Nivedipa-MSFT commented 4 days ago

@Harshit-Samar - Thanks for reporting your issue. We are checking this with engineering team, we will let you know once we get any updates from them.

Nivedipa-MSFT commented 1 day ago

@Harshit-Samar - Could you please share the repro steps and repro video so that we can try it at our end? Meanwhile, we are also checking this with the engineering team.