From 500738ede9a2da0ac9b3c69ebae67854e6cabab0 Mon Sep 17 00:00:00 2001 From: Ahmad Elmalah Date: Wed, 25 Dec 2024 01:42:49 +0200 Subject: [PATCH] Updaing code block output --- docs/docs/how_to/structured_output.ipynb | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/docs/docs/how_to/structured_output.ipynb b/docs/docs/how_to/structured_output.ipynb index 4eaf09d3569ef..c00755650c1c9 100644 --- a/docs/docs/how_to/structured_output.ipynb +++ b/docs/docs/how_to/structured_output.ipynb @@ -206,9 +206,10 @@ { "data": { "text/plain": [ - "{'setup': 'Why was the cat sitting on the computer?',\n", - " 'punchline': 'Because it wanted to keep an eye on the mouse!'}" - ] + "{'setup': 'Why was the cat sitting on the computer?',\n", + " 'punchline': 'Because it wanted to keep an eye on the mouse!',\n", + " 'rating': 7}" + ] }, "execution_count": 4, "metadata": {},