Skip to content

Commit 4e52c1d

Browse files
change the interactions message formating
Co-authored-by: gemini-code-assist[bot] <176961590+gemini-code-assist[bot]@users.noreply.github.com>
1 parent c3a592e commit 4e52c1d

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

examples/Long_Term_Memory.ipynb

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -269,10 +269,10 @@
269269
"outputs": [],
270270
"source": [
271271
"messages2 = [\n",
272-
" {\"role\": \"user\", \"content\": \"I'm planning to travel to Hong Kong which Airlines to use from Bangalore\"},\n",
273-
" {\"role\": \"assistant\", \"content\": \"Cathay Pacific is the best option and have the direct flights. Any preferences?\"},\n",
274-
" {\"role\": \"user\", \"content\": \"Yes, I need Hindu Vegetarian meal and prefer window seat or person seat\"},\n",
275-
" {\"role\": \"assistant\", \"content\": \"Sure, I will got it. Do you like do add anything else?\"},\n",
272+
{"role": "user", "content": "I'm planning to travel to Hong Kong. Which airlines should I use from Bangalore?"},
273+
{"role": "assistant", "content": "Cathay Pacific is the best option and has direct flights. Do you have any preferences?"},
274+
{"role": "user", "content": "Yes, I need a Hindu vegetarian meal and prefer a window or aisle seat."},
275+
{"role": "assistant", "content": "Sure, I've noted that. Is there anything else?"},
276276
"]"
277277
]
278278
},

0 commit comments

Comments
 (0)