Skip to content

Commit f6d99f2

Browse files
committed
Update fallback docs example
1 parent 836fe6e commit f6d99f2

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

docs/api/models/function.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,9 @@ async def model_function(
4040
allow_text_output=True,
4141
output_tools=[],
4242
model_settings=None,
43+
model_request_parameters=ModelRequestParameters(
44+
function_tools=[], builtin_tools=[], output_tools=[]
45+
),
4346
instructions=None,
4447
)
4548
"""

0 commit comments

Comments
 (0)