Skip to content

Commit 1b5871f

Browse files
Merge pull request #4266 from mrbullwinkle/patch-40
Update function-calling.md
2 parents 6903f9a + 90f394c commit 1b5871f

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

articles/ai-services/openai/how-to/function-calling.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -61,6 +61,9 @@ Support for parallel function was first added in API version [`2023-12-01-previe
6161
> [!NOTE]
6262
> The `tool_choice` parameter is now supported with `o3-mini` and `o1`. For more information on what parameters are supported with the o-series models see, the [reasoning models guide](./reasoning.md).
6363
64+
> [!IMPORTANT]
65+
> Tool/function descriptions are currently limited to 1024 characters with Azure OpenAI. We will update this article if this limit is changed.
66+
6467
## Single tool/function calling example
6568

6669
First we will demonstrate a simple toy function call that can check the time in three hardcoded locations with a single tool/function defined. We have added print statements to help make the code execution easier to follow:

0 commit comments

Comments
 (0)