Skip to content
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

Consecutive Attachments not processed #35

Closed
kaylieee opened this issue Jun 13, 2024 · 1 comment
Closed

Consecutive Attachments not processed #35

kaylieee opened this issue Jun 13, 2024 · 1 comment

Comments

@kaylieee
Copy link
Contributor

Please provide us with the following information:

This issue is for a: (mark with an x)

- [X] bug report -> please search issues before submitting
- [ ] feature request
- [ ] documentation issue or request
- [ ] regression (a behavior that used to work and stopped in a new release)

Minimal steps to reproduce

attachment1 = Attachment(<file>)
attachment2 = Attachment(<file>)

thread_client.create_conversation_thread_message(message="", thread_name=thread_name, attachments=[attachment1])
client.process_messages(thread_name)

thread_client.create_conversation_thread_message(message="", thread_name=thread_name, attachments=[attachment2])
client.process_messages(thread_name)

Expected/desired behavior

All thread messages get processed and response message is added to the thread.

OS and Version?

Windows 11

Versions

0.4.1-alpha

Mention any other details that might be useful


Thanks! We'll be in touch soon.

@kaylieee
Copy link
Contributor Author

Fixed in release 0.4.2-alpha

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant