You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/sessions.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -124,8 +124,8 @@ result = await Runner.run(agent, "Hello")
124
124
125
125
### OpenAI Conversations API memory
126
126
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
0 commit comments