Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

[Bug] No citation contents in activity.entities when context.sendActivity #2208

Open
frankqianms opened this issue Feb 19, 2025 · 1 comment
Labels
bug Indicates an unexpected problem or an unintended behavior. needs-triage The issue has just been created and it has not been reviewed by the team.

Comments

@frankqianms
Copy link

Github issues should be used for bugs and feature requests. Use Stack Overflow for general "how-to" questions.

Version

botbuilder_integration_aiohttp-4.16.2

Describe the bug

When I was sending the activity with citation contents, no citation contents included in the request body to Teams Channel.

To Reproduce

1.git clone: https://github.com/frankqianms/custom-datasource-py
2.Open the repo using VS Code.
3.fill in your azure openai api key, endpoint and deployment model name in env/.env.testtool.user
4.Start debugging with Debug in Test Tool option
5.Send message "Summarize Perksplus Program"
6.Line 113 in src/custom_say_command.py will print ourt message.entities with correct citation contents, but context.send_activity() will raise a request to Teams Channel without citations in message.entities.
...

Expected behavior

Citation contents contained in the request body to Teams Channel.

Screenshots

If applicable, add screenshots to help explain your problem.

Additional context

Add any other context about the problem here.

@frankqianms frankqianms added bug Indicates an unexpected problem or an unintended behavior. needs-triage The issue has just been created and it has not been reviewed by the team. labels Feb 19, 2025
@frankqianms
Copy link
Author

The related issue: microsoft/teams-ai#2307.

# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
bug Indicates an unexpected problem or an unintended behavior. needs-triage The issue has just been created and it has not been reviewed by the team.
Projects
None yet
Development

No branches or pull requests

1 participant