From 9333245d336ab0aee3ec8dfc400ba9be3b13b19c Mon Sep 17 00:00:00 2001 From: Jack Gerrits Date: Mon, 14 Oct 2024 16:21:26 -0400 Subject: [PATCH] Fill spelling mistake --- .../core-user-guide/cookbook/structured-output-agent.ipynb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python/packages/autogen-core/docs/src/user-guide/core-user-guide/cookbook/structured-output-agent.ipynb b/python/packages/autogen-core/docs/src/user-guide/core-user-guide/cookbook/structured-output-agent.ipynb index 5c0a1c5c59d5..17b9141c5ae7 100644 --- a/python/packages/autogen-core/docs/src/user-guide/core-user-guide/cookbook/structured-output-agent.ipynb +++ b/python/packages/autogen-core/docs/src/user-guide/core-user-guide/cookbook/structured-output-agent.ipynb @@ -4,7 +4,7 @@ "cell_type": "markdown", "metadata": {}, "source": [ - "# Strcutured output using GPT-4o models\n", + "# Structured output using GPT-4o models\n", "\n", "This cookbook demonstrates how to obtain structured output using GPT-4o models. The OpenAI beta client SDK provides a parse helper that allows you to use your own Pydantic model, eliminating the need to define a JSON schema. This approach is recommended for supported models.\n", "\n",