Skip to content

Commit 6073adb

Browse files
zdpkzdpk
zdpk
andauthored
docs: fix typo in structured output guide (#7964)
Co-authored-by: zdpk <[email protected]>
1 parent 70378e8 commit 6073adb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/core_docs/docs/how_to/structured_output.ipynb

+2-2
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
"<span data-heading-keywords=\"with_structured_output\"></span>\n",
2121
"```\n",
2222
"\n",
23-
"It is often useful to have a model return output that matches some specific schema. One common use-case is extracting data from arbitrary text to insert into a traditional database or use with some other downstrem system. This guide will show you a few different strategies you can use to do this.\n",
23+
"It is often useful to have a model return output that matches some specific schema. One common use-case is extracting data from arbitrary text to insert into a traditional database or use with some other downstream system. This guide will show you a few different strategies you can use to do this.\n",
2424
"\n",
2525
":::info Prerequisites\n",
2626
"\n",
@@ -617,4 +617,4 @@
617617
},
618618
"nbformat": 4,
619619
"nbformat_minor": 5
620-
}
620+
}

0 commit comments

Comments
 (0)