@@ -256,7 +256,7 @@ def create(
256256 for details.
257257
258258 tool_choice: How the model should use the provided tools. The model can use a specific tool,
259- any available tool, or decide by itself.
259+ any available tool, decide by itself, or not use tools at all .
260260
261261 tools: Definitions of tools that the model may use.
262262
@@ -535,7 +535,7 @@ def create(
535535 for details.
536536
537537 tool_choice: How the model should use the provided tools. The model can use a specific tool,
538- any available tool, or decide by itself.
538+ any available tool, decide by itself, or not use tools at all .
539539
540540 tools: Definitions of tools that the model may use.
541541
@@ -814,7 +814,7 @@ def create(
814814 for details.
815815
816816 tool_choice: How the model should use the provided tools. The model can use a specific tool,
817- any available tool, or decide by itself.
817+ any available tool, decide by itself, or not use tools at all .
818818
819819 tools: Definitions of tools that the model may use.
820820
@@ -1177,7 +1177,7 @@ def count_tokens(
11771177 for details.
11781178
11791179 tool_choice: How the model should use the provided tools. The model can use a specific tool,
1180- any available tool, or decide by itself.
1180+ any available tool, decide by itself, or not use tools at all .
11811181
11821182 tools: Definitions of tools that the model may use.
11831183
@@ -1491,7 +1491,7 @@ async def create(
14911491 for details.
14921492
14931493 tool_choice: How the model should use the provided tools. The model can use a specific tool,
1494- any available tool, or decide by itself.
1494+ any available tool, decide by itself, or not use tools at all .
14951495
14961496 tools: Definitions of tools that the model may use.
14971497
@@ -1770,7 +1770,7 @@ async def create(
17701770 for details.
17711771
17721772 tool_choice: How the model should use the provided tools. The model can use a specific tool,
1773- any available tool, or decide by itself.
1773+ any available tool, decide by itself, or not use tools at all .
17741774
17751775 tools: Definitions of tools that the model may use.
17761776
@@ -2049,7 +2049,7 @@ async def create(
20492049 for details.
20502050
20512051 tool_choice: How the model should use the provided tools. The model can use a specific tool,
2052- any available tool, or decide by itself.
2052+ any available tool, decide by itself, or not use tools at all .
20532053
20542054 tools: Definitions of tools that the model may use.
20552055
@@ -2410,7 +2410,7 @@ async def count_tokens(
24102410 for details.
24112411
24122412 tool_choice: How the model should use the provided tools. The model can use a specific tool,
2413- any available tool, or decide by itself.
2413+ any available tool, decide by itself, or not use tools at all .
24142414
24152415 tools: Definitions of tools that the model may use.
24162416
0 commit comments