From 91fed3ace740f4e868e6d92b3438685a04e24a93 Mon Sep 17 00:00:00 2001 From: William FH <13333726+hinthornw@users.noreply.github.com> Date: Tue, 4 Jun 2024 13:56:05 -0700 Subject: [PATCH] [Docs] Structured output Keywords (#22511) --- docs/docs/how_to/structured_output.ipynb | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/docs/docs/how_to/structured_output.ipynb b/docs/docs/how_to/structured_output.ipynb index a2ba2ff32ff..3b0f6341bec 100644 --- a/docs/docs/how_to/structured_output.ipynb +++ b/docs/docs/how_to/structured_output.ipynb @@ -3,10 +3,15 @@ { "cell_type": "raw", "id": "27598444", - "metadata": {}, + "metadata": { + "vscode": { + "languageId": "raw" + } + }, "source": [ "---\n", "sidebar_position: 3\n", + "keywords: [structured output, json, information extraction, with_structured_output]\n", "---" ] },