microsoft / teams-ai

SDK focused on building AI based applications and extensions for Microsoft Teams and other Bot Framework channels
MIT License
359 stars 152 forks source link

[Feature Request]: Support annotations (citations) with assistants api #1590

Open corinagum opened 2 months ago

corinagum commented 2 months ago

Scenario

Currently, citations coming from Azure OpenAI On Your Data is supported. However, if an assistant is set up with file_search, citations will not be similarly automatically added.

We want to support citations for file_search as well.

  1. Info on file_search
  2. Azure OpenAI assistants annotations

Solution

Modify SayCommand to create citations when assistant file_search returns annotations

Additional Context

No response