diff --git a/samples/notebooks/dotnet/4-context-variables-chat.ipynb b/samples/notebooks/dotnet/4-context-variables-chat.ipynb index 2b39edf2580f..9f398abe4623 100644 --- a/samples/notebooks/dotnet/4-context-variables-chat.ipynb +++ b/samples/notebooks/dotnet/4-context-variables-chat.ipynb @@ -339,7 +339,7 @@ } ], "source": [ - "await Chat(\"I love history and philosophy, I'd like to learn something new about Greece, any suggestion?\");" + "await Chat(\"I would like a non-fiction book suggestion about Greece history. Please only list one book.\");" ] }, { @@ -366,7 +366,7 @@ } ], "source": [ - "await Chat(\"that sounds interesting, what is it about?\");" + "await Chat(\"that sounds interesting, what are some of the topics I will learn about?\");" ] }, { @@ -393,7 +393,7 @@ } ], "source": [ - "await Chat(\"if I read that book, what exactly will I learn about Greece history?\");" + "await Chat(\"Which topic from the ones you listed do you think most people find interesting?\");" ] }, { @@ -427,7 +427,7 @@ } ], "source": [ - "await Chat(\"could you list some more books I could read about this topic?\");" + "await Chat(\"could you list some more books I could read about the topic(s) you mentioned?\");" ] } ],