poe-platform / fastapi_poe

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

fastapi_poe client: `post_message_attachment` improvements #43

Closed chris00zeng closed 6 months ago

chris00zeng commented 6 months ago

Changed post_message_attachment so it now returns the parsed response of its upload request.

Added is_inline and content_type arguments

Removed the async lock that didn't seem to be protecting anything

Added typing