Skip to content

Commit 7e007a1

Browse files
authored
docs: fix link errors in sessions document page (#1835)
1 parent 14d7d59 commit 7e007a1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/sessions.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -124,8 +124,8 @@ result = await Runner.run(agent, "Hello")
124124

125125
### OpenAI Conversations API memory
126126

127-
Use the [OpenAI Conversations API](https://platform.openai.com/docs/guides/conversational-agents/conversations-api) to persist
128-
conversation state without managing your own database. This is helpful when you already rely on OpenAI-hosted infrastructure
127+
Use the [OpenAI Conversations API](https://platform.openai.com/docs/api-reference/conversations/create) to persist
128+
[conversation state](https://platform.openai.com/docs/guides/conversation-state?api-mode=responses#using-the-conversations-api) without managing your own database. This is helpful when you already rely on OpenAI-hosted infrastructure
129129
for storing conversation history.
130130

131131
```python

0 commit comments

Comments
 (0)