From eb017a564be15449ee348dd88f6f4e6306d4ee27 Mon Sep 17 00:00:00 2001 From: Sameer Segal Date: Wed, 22 May 2024 10:58:06 +0530 Subject: [PATCH] Updated documentation for merge between session and fsm-state tables --- docs/explanations/architecture.md | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/docs/explanations/architecture.md b/docs/explanations/architecture.md index accf36ab..978142de 100644 --- a/docs/explanations/architecture.md +++ b/docs/explanations/architecture.md @@ -27,7 +27,7 @@ A user needs to be registered for the bot. Phone Number & Bot ID make the user u **Session** -We maintain session for 24 hours. After that a fresh conversation starts. +This table stores the state (stage in the workflow) and variables for every user. We maintain session for 24 hours. After that a fresh conversation starts. **Turn** @@ -37,10 +37,6 @@ Every message received from the user creates a new turn in the conversation. Aga Every message received or sent is logged to the DB. -**FSM State** - -This table currently stores the state (stage in the workflow) and variables. This needs to be merged with session table. - ## Services ### API