We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ff81726 commit 40ba00dCopy full SHA for 40ba00d
docs/models/openai.md
@@ -181,8 +181,8 @@ result1 = agent.run_sync('Tell me a joke.')
181
print(result1.output)
182
#> Did you hear about the toothpaste scandal? They called it Colgate.
183
184
-# When set to 'auto', only the latest request and the most recent provider_response_id
185
-# from history is sent to OpenAI API.
+# When set to 'auto', the most recent provider_response_id
+# and messages after it are sent as request.
186
model_settings = OpenAIResponsesModelSettings(openai_previous_response_id='auto')
187
result2 = agent.run_sync(
188
'Explain?',
0 commit comments