VRSEN / agency-swarm

The only reliable agent framework built on top of the latest OpenAI Assistants API.
https://vrsen.github.io/agency-swarm/
MIT License
2.72k stars 722 forks source link

Feature Request: Add attachments to user message #30

Closed pythiantech closed 10 months ago

pythiantech commented 10 months ago

There could be cases where the user may have to give additional files to the assistant apart from the ones that the assistant already has for its functioning. In such scenarios, it would be great if pdf, docx, xlsx etc. could be attached to the user message

VRSEN commented 10 months ago

Yes, this is already supported. I also had this request from my client in production. You can now do this by attaching openai file_ids in message_files parameter when using get_completion from an agency class.