Skip to content

Commit 40ba00d

Browse files
committed
update code comments in docs
1 parent ff81726 commit 40ba00d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/models/openai.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -181,8 +181,8 @@ result1 = agent.run_sync('Tell me a joke.')
181181
print(result1.output)
182182
#> Did you hear about the toothpaste scandal? They called it Colgate.
183183

184-
# When set to 'auto', only the latest request and the most recent provider_response_id
185-
# from history is sent to OpenAI API.
184+
# When set to 'auto', the most recent provider_response_id
185+
# and messages after it are sent as request.
186186
model_settings = OpenAIResponsesModelSettings(openai_previous_response_id='auto')
187187
result2 = agent.run_sync(
188188
'Explain?',

0 commit comments

Comments
 (0)