Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions samples/notebooks/dotnet/4-context-variables-chat.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -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.\");"
]
},
{
Expand All @@ -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?\");"
]
},
{
Expand All @@ -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?\");"
]
},
{
Expand Down Expand Up @@ -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?\");"
]
}
],
Expand Down