poe-platform / fastapi_poe

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

how to get message id with Api key #37

Closed xuantoan0406 closed 9 months ago

xuantoan0406 commented 10 months ago

I use an API key with get_bot_response (), how can I continue the context of the bot I created? Thank you ! Screenshot from 2023-12-04 18-03-06

xuantoan0406 commented 10 months ago

@JelleZijlstra Can you help me? ..thank you !

anmolsingh95 commented 9 months ago

Sorry, can you please explain what you mean by "continue the context of the bot I created"?

anmolsingh95 commented 9 months ago

Closing this issue for now, but for posterity the API is meant to be "state-less" and you need to manage the history on your side.