DeepFrontend
Learning Paths
Practice
System Design & DS
Design Studio
Data Structures Curriculum
Real-World Case Studies
Careers
Job Board
Resume Builder
Blog
Sign in
Search
⌘K
Go Pro
Loading compiler resources...
AI for Frontend Developers Quiz Practice
Active Recall Drill Session
← Exit Session
Question 1 of 1
easy
AI for Frontend Developers
How does the Anthropic Messages API remember a conversation across multiple turns?
A
Via a sessionId parameter passed on each request
B
It doesn't — the calling application must persist and resend the full messages array on every request
C
Conversations are automatically remembered for 24 hours server-side
D
Via a special conversation_id header
Check Answer