Skip to content

Commit d46fddf

Browse files
authored
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)
1 parent 0fd4a68 commit d46fddf

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

docs/docs/how_to/structured_output.ipynb

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -206,9 +206,10 @@
206206
{
207207
"data": {
208208
"text/plain": [
209-
"{'setup': 'Why was the cat sitting on the computer?',\n",
210-
" 'punchline': 'Because it wanted to keep an eye on the mouse!'}"
211-
]
209+
"{'setup': 'Why was the cat sitting on the computer?',\n",
210+
" 'punchline': 'Because it wanted to keep an eye on the mouse!',\n",
211+
" 'rating': 7}"
212+
]
212213
},
213214
"execution_count": 4,
214215
"metadata": {},

0 commit comments

Comments
 (0)