Skip to content

Commit cd56b80

Browse files
committed
updated sms chat docs
1 parent d244e7e commit cd56b80

File tree

1 file changed

+4
-13
lines changed

1 file changed

+4
-13
lines changed

fern/chat/sms-chat.mdx

Lines changed: 4 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -84,19 +84,10 @@ sequenceDiagram
8484

8585
SMS conversations use automatic session management:
8686

87-
<Tabs>
88-
<Tab title="Automatic Behavior">
89-
* **New customers**: Get a fresh session on first text
90-
* **Returning customers**: Continue existing session if under 24 hours
91-
* **Session expiry**: After 24 hours, new session created automatically
92-
* **Context preservation**: Full conversation history maintained within session
93-
</Tab>
94-
<Tab title="Manual Management">
95-
You cannot manually manage SMS sessions - they're handled automatically by Vapi's SMS infrastructure.
96-
97-
For programmatic chat with manual session control, use the [Chat API](/chat/quickstart) directly.
98-
</Tab>
99-
</Tabs>
87+
* **New customers**: Get a fresh session on first text
88+
* **Returning customers**: Continue existing session if under 24 hours
89+
* **Session expiry**: After 24 hours, new session created automatically
90+
* **Context preservation**: Full conversation history maintained within session
10091

10192
---
10293

0 commit comments

Comments
 (0)