From 6ad5e21d0adba95de0441cf6e3795b9ebb0b6e04 Mon Sep 17 00:00:00 2001 From: Kenneth Reitz Date: Tue, 29 Oct 2024 07:05:59 -0400 Subject: [PATCH] Refactor README.md to include instructions for continuing the conversation in SimpleMind --- README.md | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/README.md b/README.md index 4f1efbf..6fe04c5 100644 --- a/README.md +++ b/README.md @@ -101,12 +101,9 @@ SimpleMind also allows for easy conversational flows: ``` -To continue the conversation, you can call `conversation.send()` again, which returns the next message in the conversation. +To continue the conversation, you can call `conversation.send()` again, which returns the next message in the conversation: ```pycon ->>> conversation.send() - - >>> conversation.add_message("user", "What is the meaning of life?") >>> conversation.send()