Skip to content

Commit aa13a5b

Browse files
committed
PR comments
1 parent 6886e91 commit aa13a5b

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

tutorials/28_Structured_Output_With_OpenAI.ipynb

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -546,15 +546,14 @@
546546
},
547547
{
548548
"cell_type": "markdown",
549-
"metadata": {
550-
"id": "Egz_4h2vI_QL"
551-
},
549+
"metadata": {},
552550
"source": [
553551
"## What's next\n",
554552
"\n",
555553
"🎉 Congratulations! You've learnt how to easily produce structured ouputs with `OpenAIChatGenerator` and `OpenAIResponsesChatGenerator` using Pydantic models and JSON schema.\n",
556554
"\n",
557-
"Other chat generators that also support structured outputs: `MistralChatGenerator`, `OpenRouterChatGenerator`, `NvidiaChatGenerator`, `MetaLlamaChatGenerator`.\n",
555+
"Other chat generators that also support structured outputs: [`MistralChatGenerator`](https://docs.haystack.deepset.ai/docs/mistralchatgenerator), [`OpenRouterChatGenerator`](https://docs.haystack.deepset.ai/docs/openrouterchatgenerator), [`NvidiaChatGenerator`](https://docs.haystack.deepset.ai/docs/nvidiachatgenerator), [`MetaLlamaChatGenerator`](https://docs.haystack.deepset.ai/docs/metallamachatgenerator), [`TogetherAIChatGenerator`](https://docs.haystack.deepset.ai/docs/togetheraichatgenerator),\n",
556+
"[`LlamaStackChatGenerator`](https://docs.haystack.deepset.ai/docs/llamastackchatgenerator) and [`STACKITChatGenerator`](https://docs.haystack.deepset.ai/docs/stackitchatgenerator).\n",
558557
"\n",
559558
"To stay up to date on the latest Haystack developments, you can [subscribe to our newsletter](https://landing.deepset.ai/haystack-community-updates) and [join Haystack discord community](https://discord.gg/haystack).\n",
560559
"\n",

0 commit comments

Comments
 (0)