Skip to content

Commit 37bd43a

Browse files
remove model
1 parent d7e6099 commit 37bd43a

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

examples/exceptions/max_turns_exceeded.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,6 @@ async def main():
2626
name="TriageAgent",
2727
instructions="Process both get_weather and sum_numbers in a single turn when asked for both.",
2828
tools=[sum_numbers, get_weather],
29-
model=model,
3029
)
3130

3231
user_input = "What is US Weather and sum 2 + 2."

examples/exceptions/user_error.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,6 @@ async def main():
2222
instructions="Use the invalid_tool to process queries.",
2323
tools=[invalid_tool],
2424
tool_use_behavior="invalid_tool",
25-
model=model
2625
)
2726
user_input = "Do Something."
2827
try:

0 commit comments

Comments
 (0)