Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions docs/sessions.md
Original file line number Diff line number Diff line change
Expand Up @@ -124,8 +124,8 @@ result = await Runner.run(agent, "Hello")

### OpenAI Conversations API memory

Use the [OpenAI Conversations API](https://platform.openai.com/docs/guides/conversational-agents/conversations-api) to persist
conversation state without managing your own database. This is helpful when you already rely on OpenAI-hosted infrastructure
Use the [OpenAI Conversations API](https://platform.openai.com/docs/api-reference/conversations/create) to persist
[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
for storing conversation history.

```python
Expand Down