mirror of
https://github.com/hwchase17/langchain.git
synced 2025-07-17 10:13:29 +00:00
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! 
This commit is contained in:
parent
0fd4a68d34
commit
d46fddface
@ -206,9 +206,10 @@
|
|||||||
{
|
{
|
||||||
"data": {
|
"data": {
|
||||||
"text/plain": [
|
"text/plain": [
|
||||||
"{'setup': 'Why was the cat sitting on the computer?',\n",
|
"{'setup': 'Why was the cat sitting on the computer?',\n",
|
||||||
" 'punchline': 'Because it wanted to keep an eye on the mouse!'}"
|
" 'punchline': 'Because it wanted to keep an eye on the mouse!',\n",
|
||||||
]
|
" 'rating': 7}"
|
||||||
|
]
|
||||||
},
|
},
|
||||||
"execution_count": 4,
|
"execution_count": 4,
|
||||||
"metadata": {},
|
"metadata": {},
|
||||||
|
Loading…
Reference in New Issue
Block a user