-
Notifications
You must be signed in to change notification settings - Fork 187
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
[Feature Request]: PY, JS, C#: Expanded File & Image Attachment Support #2221
Comments
@realAnth0ny - Could you please share more details on this ask. Is this an issue with a bot that uses AI library. Could you please share repro steps/video and code used. |
This is using the Python Teams AI Assistant Preview toolkit with an OpenAI assistant. Basic template, launch in Teams, add pdf as attachment. Attachment uploads in Teams, but the bot does not "see" it. |
@realAnth0ny Are you using the TeamsAttachmentDownloader? |
No I am not. This is specifically to upload PNG, JPeg, PDF, and DocX to the Teams AI assistant. If you attach a pdf in the chat while using the Teams AI Assistant Preview with OpenAI API, it will upload, but it's not passing to the OpenAI api. |
What is the Teams AI Assistant? Is this something you're running from our repo's samples or from somewhere else? |
Python Sample 06 Assistant Math bot |
Ok, I'm leaving this feature request open because it's a totally valid request. However, The work item for this feature request would be to expand TAD to accept other file types and facilitate other ways of adding attachments (drag and drop and pressing the upload button) |
Thank you very much, I appreciate it. I'll take a look at this. |
Isn't it a duplicate of #1202? |
Scenario
User uploads a PDF, DocX, PNG, JPEG with or without text as an attachment. Bot does not recognize an attachment has been uploaded and asks the user to attach a file.
Solution
Provide a way to pass attachments through the planner so when a user uploads an attachment, the bot can “see” it and perform actions or answer questions in context.
[edit by corinagum]
Expand
TeamsAttachmendDownloader
to include other file types and support drag & drop and the upload button for all languages.Additional Context
No response
The text was updated successfully, but these errors were encountered: