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
Unlike the *Responses* API, the *ChatCompletins* API doesn't provide a stateful response tracking feature. To retain conversational context, you must write code to manually track previous prompts and responses.
21
+
Unlike the *Responses* API, the *ChatCompletions* API doesn't provide a stateful response tracking feature. To retain conversational context, you must write code to manually track previous prompts and responses.
0 commit comments