poe-platform / fastapi_poe

A helper library for writing Poe API bots using FastAPI
Apache License 2.0
135 stars 25 forks source link

Attachment upload API improvements #52

Closed chris00zeng closed 8 months ago

chris00zeng commented 8 months ago

This moves post_message_attachment onto QueryRequest so bot creators no longer need to find their access key and message id to upload attachments.

This creates new AttachFileResponse and ImageResponse objects that the bot can yield to attach files and images to the messages instead of using post_message_attachment directly.