Skip to content

Commit 312d879

Browse files
committed
update
1 parent af3522a commit 312d879

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/ai-foundry/openai/how-to/reasoning.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ Azure OpenAI reasoning models are designed to tackle reasoning and problem-solvi
7575
| `preamble` | GPT-5 series reasoning models have the ability to spend extra time *"thinking"* before executing a function/tool call.<br><br> When this planning occurs the model can provide insight into the planning steps in the model response via a new object called the `preamble` object.<br><br> Generation of preambles in the model response is not guaranteed though you can encourage the model by using the `instructions` parameter and passing content like "You MUST plan extensively before each function call. ALWAYS output your plan to the user before calling any function"|
7676
| **allowed tools** | You can specify multiple tools under `tool_choice` instead of just one. |
7777
| **custom tool type** | Enables raw text (non-json) outputs |
78-
| [`lark_tool`](#) | Allows you to use some of the capabilities of [Python lark](https://github.com/lark-parser/lark) for more flexible constraining of model responses |
78+
| [`lark_tool`](#python-lark) | Allows you to use some of the capabilities of [Python lark](https://github.com/lark-parser/lark) for more flexible constraining of model responses |
7979

8080
# [O-Series Reasoning Models](#tab/o-series)
8181

0 commit comments

Comments
 (0)