transitive-bullshit / agentic

AI agent stdlib that works with any LLM and TypeScript AI SDK.
https://agentic.so
MIT License
16.27k stars 2.13k forks source link

Why conversationId is not working? #484

Closed khrigo closed 1 year ago

khrigo commented 1 year ago

Verify latest release

Verify webapp is working

Environment details

last version

Describe the Bug

I am using conversationId in request tot ChatGPT:

Screenshot 2023-03-20 at 12 27 23

But it is not working, all massages answered with another id and chat does not remember previous messages:

Screenshot 2023-03-20 at 12 28 55
notabene00 commented 1 year ago

Same here. The problem is not with the library itself, but with the reverse proxy it uses. In any case, we are waiting and hoping.

transitive-bullshit commented 1 year ago

There is no conversationId with ChatGPTAPI. Only parentMessageId.

The unofficial proxy API requires both conversationId and parentMessageId. If you only pass one, it won't work.

kuangxiaoye commented 1 year ago

I want to achieve multi-user use, conversationId seems to be indispensable, why has this parameter been ignored so far?