Skip to content

Commit b5af35f

Browse files
committed
update link
1 parent 2e05a5c commit b5af35f

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

pydantic_ai_slim/pydantic_ai/models/openai.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -194,7 +194,8 @@ class OpenAIResponsesModelSettings(OpenAIChatModelSettings, total=False):
194194
"""The identifier of the most recent response to include in the API request.
195195
196196
This enables the model to reference previous reasoning traces.
197-
See the [OpenAI Responses API documentation](https://platform.openai.com/docs/guides/responses) for more information.
197+
See the [OpenAI Responses API documentation](https://platform.openai.com/docs/guides/reasoning#keeping-reasoning-items-in-context)
198+
for more information.
198199
"""
199200

200201

0 commit comments

Comments
 (0)