Skip to content

Commit

Permalink
labor limae
Browse files Browse the repository at this point in the history
  • Loading branch information
luca.gobbi committed Jun 18, 2024
1 parent 923fee4 commit 6e10ac7
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion mkdocs/conceptual/memory/working_memory.md
Original file line number Diff line number Diff line change
Expand Up @@ -110,4 +110,8 @@ Now we can write some code to control the conversation flow in a more granular a

```

As you've noticed, this state machine is quite basic and does not include comprehensive features such as handling conversation exits. Additionally, strict control flow chatbot like this belong to an older generation of chatbot design. For a more dynamic and stateful approach you can check the [Conversational Form](https://github.com/CheshireCatAI/conversational-forms). Nevertheless, if you need a complete control on your conversation flow, you can extend this example by incorporating more dynamic steps, interactions with LLMs, etc.
As you've noticed, this state machine is quite basic and does not include comprehensive features such as handling conversation exits. Additionally, strict control flow chatbot like this belong to an older generation of chatbot design.

For a more dynamic and stateful approach you can check the [Conversational Form](https://github.com/CheshireCatAI/conversational-forms).

Nevertheless, if you need complete control over your conversation flow, you can extend this example by incorporating more dynamic steps, interactions with LLMs, and other features.

0 comments on commit 6e10ac7

Please sign in to comment.