No global transcription of a discussion with an AI
No global transcription of a discussion with an AI
At a glance
The community member wants to record the full discussion with an AI and save it to a database. They created a test flow but could only save the first answer. The community members discuss how to save the entire transcript, with some suggesting creating a new record for each answer, while others express concerns about the feasibility of this approach. There is no explicitly marked answer, but the community members continue to discuss potential solutions, including the use of two tables to capture session and transaction details, and a reference to an issue being tracked to address the problem.
Thanks - but I do not understand what I should do… create one new record for each answer ? I was hoping that I could save the whole transcript in one record, linked to the user.
Good evening everyone, I'm tinkering with the TypeBot code to test my knowledge, and I can't find the limitations part, for example releasing whatsapp for free, the question of the number of messages that can be exchanged using the chatbot, can anyone help me?
@Baptiste thinking about this transcription of a "open" discussion with an AI. If i need to record each sentence in a new record, it's the same as capturing each interaction in an individual variable, thus the transcript feature in itself makes no sense anymore... There is something i do not understand well here. Ideally, i would love that at the end of the discussion (when the loop is finished), the whole transcript of the discussion is saved in my DB. As i understood the Transcript variable feature, this was the goal - but how can i setup the saving of the transcript into a DB field linked to a user ?