@@ -133,7 +133,7 @@ def create(
133133 choices. Keep `n` as `1` to minimize costs.
134134
135135 parallel_tool_calls: Whether to enable
136- [parallel function calling](https://platform.openai.com/docs/guides/function-calling)
136+ [parallel function calling](https://platform.openai.com/docs/guides/function-calling/parallel-function-calling )
137137 during tool use.
138138
139139 presence_penalty: Number between -2.0 and 2.0. Positive values penalize new tokens based on
@@ -316,7 +316,7 @@ def create(
316316 choices. Keep `n` as `1` to minimize costs.
317317
318318 parallel_tool_calls: Whether to enable
319- [parallel function calling](https://platform.openai.com/docs/guides/function-calling)
319+ [parallel function calling](https://platform.openai.com/docs/guides/function-calling/parallel-function-calling )
320320 during tool use.
321321
322322 presence_penalty: Number between -2.0 and 2.0. Positive values penalize new tokens based on
@@ -492,7 +492,7 @@ def create(
492492 choices. Keep `n` as `1` to minimize costs.
493493
494494 parallel_tool_calls: Whether to enable
495- [parallel function calling](https://platform.openai.com/docs/guides/function-calling)
495+ [parallel function calling](https://platform.openai.com/docs/guides/function-calling/parallel-function-calling )
496496 during tool use.
497497
498498 presence_penalty: Number between -2.0 and 2.0. Positive values penalize new tokens based on
@@ -741,7 +741,7 @@ async def create(
741741 choices. Keep `n` as `1` to minimize costs.
742742
743743 parallel_tool_calls: Whether to enable
744- [parallel function calling](https://platform.openai.com/docs/guides/function-calling)
744+ [parallel function calling](https://platform.openai.com/docs/guides/function-calling/parallel-function-calling )
745745 during tool use.
746746
747747 presence_penalty: Number between -2.0 and 2.0. Positive values penalize new tokens based on
@@ -924,7 +924,7 @@ async def create(
924924 choices. Keep `n` as `1` to minimize costs.
925925
926926 parallel_tool_calls: Whether to enable
927- [parallel function calling](https://platform.openai.com/docs/guides/function-calling)
927+ [parallel function calling](https://platform.openai.com/docs/guides/function-calling/parallel-function-calling )
928928 during tool use.
929929
930930 presence_penalty: Number between -2.0 and 2.0. Positive values penalize new tokens based on
@@ -1100,7 +1100,7 @@ async def create(
11001100 choices. Keep `n` as `1` to minimize costs.
11011101
11021102 parallel_tool_calls: Whether to enable
1103- [parallel function calling](https://platform.openai.com/docs/guides/function-calling)
1103+ [parallel function calling](https://platform.openai.com/docs/guides/function-calling/parallel-function-calling )
11041104 during tool use.
11051105
11061106 presence_penalty: Number between -2.0 and 2.0. Positive values penalize new tokens based on
0 commit comments