From d46fddface1b9d2191899e321148cca2a1bb93cd Mon Sep 17 00:00:00 2001 From: Ahmad Elmalah Date: Thu, 26 Dec 2024 21:37:11 +0200 Subject: [PATCH] Docs: Updaing 'JSON Schema' code block output (#28909) Out seems outdate, I ran the example several times and this is the updated output, one key-value pair was missing! ![image](https://github.com/user-attachments/assets/95231ce7-714e-43ac-b07e-57debded4735) --- 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": {},