added
Support for Sending Text/Image Attachment Content
9 months ago by Alexis
- Added
expand_text_attachments
andenable_image_comprehension
settings to request parsed content/descriptions from text and image attachments with thequery
request. This content is sent through the newparsed_content
field in theattachment
dictionary. This change makes enabling file uploads much simpler. - Added the
enforce_author_role_alternation
setting. If enabled, Poe will concatenate messages so that they follow role alternation, which is a requirement for certain LLM providers like Anthropic.