You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/models/openai.md
-2Lines changed: 0 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -192,8 +192,6 @@ result2 = agent.run_sync(
192
192
print(result2.output)
193
193
#> This is an excellent joke invented by Samuel Colvin, it needs no explanation.
194
194
```
195
-
It is recommended to use `auto` mode only when the history comes from a single, uninterrupted run,
196
-
with all responses coming from the same OpenAI model (e.g like internal tool calls), as the server-side history will override any locally modified history.
0 commit comments