@@ -133,7 +133,7 @@ def create(
133
133
choices. Keep `n` as `1` to minimize costs.
134
134
135
135
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 )
137
137
during tool use.
138
138
139
139
presence_penalty: Number between -2.0 and 2.0. Positive values penalize new tokens based on
@@ -316,7 +316,7 @@ def create(
316
316
choices. Keep `n` as `1` to minimize costs.
317
317
318
318
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 )
320
320
during tool use.
321
321
322
322
presence_penalty: Number between -2.0 and 2.0. Positive values penalize new tokens based on
@@ -492,7 +492,7 @@ def create(
492
492
choices. Keep `n` as `1` to minimize costs.
493
493
494
494
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 )
496
496
during tool use.
497
497
498
498
presence_penalty: Number between -2.0 and 2.0. Positive values penalize new tokens based on
@@ -741,7 +741,7 @@ async def create(
741
741
choices. Keep `n` as `1` to minimize costs.
742
742
743
743
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 )
745
745
during tool use.
746
746
747
747
presence_penalty: Number between -2.0 and 2.0. Positive values penalize new tokens based on
@@ -924,7 +924,7 @@ async def create(
924
924
choices. Keep `n` as `1` to minimize costs.
925
925
926
926
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 )
928
928
during tool use.
929
929
930
930
presence_penalty: Number between -2.0 and 2.0. Positive values penalize new tokens based on
@@ -1100,7 +1100,7 @@ async def create(
1100
1100
choices. Keep `n` as `1` to minimize costs.
1101
1101
1102
1102
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 )
1104
1104
during tool use.
1105
1105
1106
1106
presence_penalty: Number between -2.0 and 2.0. Positive values penalize new tokens based on
0 commit comments