-
Notifications
You must be signed in to change notification settings - Fork 209
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Bug]: Python SDK can not work in M365 Copilot platform #2326
Comments
@frankqianms , |
Checking the stack trace pasted - it looks like the bug is being thrown on Botbuilder? Do you have a screenshot/video of the bug? Looks like there's no text associated with the activity from quick glance |
@lilyydu Added a repro video and linked issue added in botbuilder repo. |
I can reproduce this error. This only happens when the 'bot' is invoked via M365 Copilot (Custom Engine Agents), not when the bot is invoked directly in Teams. When I removed the code that is at fault, the initial error is gone, but it still wont work. No activity is being broadcasted to the Custom Engine bot. |
This looks like it was fixed on Botbuilder via microsoft/botbuilder-python#2216 - closing |
Language
Python
Version
latest
Description
Using SDK to create a basic chat bot and add neccessary scopes in manifest.json to sideload the bot in M365 Copilot. Try to conversation with the bot agent, get the error.
Reproduction Steps
repro-noresponse-in-copilot.mp4
The text was updated successfully, but these errors were encountered: