added
Support for Multi Bot Chat
10 months ago by Alexis
- Added
enable_multi_bot_chat_prompting
setting (defaults to False), which if enabled, will have Poe combine previous chat history into a single message with special prompting so that the current bot will have sufficient context about a multi bot chat. - The timeout for bot messages has been increased from 120s -> 600s.
added
Support for Sending Text/Image Attachment Content
11 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.