I want to add a memory key in my ChatGPT text completion. But I don’t see any field. I really appreciate any help you can provide.
Use the Message an Assistant module, it provides you a thread id that you can reuse for the same assistant thread.
I’m building a conversational chatbot for that I want to use a contact id as a memory key. Is that possible?
You’ll need to store the contactId against the threadId somewhere then. Perhaps the data store would work?
samliew – request private consultation
Join the unofficial Make Discord server to chat with other makers!
Does this mean making an airtable or google sheet for example with contact ID and threadId? What do you mean by the data store? thanks
Welcome to the Make community!
Yes that’s right.
The Make Data Store is also an app, similar to Sheets and Airtable.
The difference is that since it is hosted by Make, the result is near instantaneous when calling the modules.
For more information, see https://www.make.com/en/help/tools/data-store
samliew – request private consultation
Join the unofficial Make Discord server to chat with other makers!
Awesome thanks very much. For the case of an AI dialler that could make a request to make as an inbound call comes in (to get the chat history), how would you suggest i construct the logic?
Bearing in mind that the end of call report will upload the call transcript to the assistant im guessing?