microsoft / teams-ai

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

[Dev support]: Can we upload documents for the bot to parse? #2088

Closed anishgurjar closed 1 month ago

anishgurjar commented 1 month ago

Is is possible to upload documents have the bot parse the documents like it does in chatgpt? Does a feature like that exists yet?

jemjos commented 1 month ago

hi @anishgurjar, you can find documentation on how to sent/receive files using bot here. And for the parsing part, it needs to be a custom implementation using AzureOpenAI, OpenAI, etc. While we don't have an exact sample demonstrating that, this sample requires users to sent an image to the bot in-order to create an adaptive card.