Skip to content

Commit 5b9c717

Browse files
committed
fix: links for next steps
1 parent 96031fa commit 5b9c717

File tree

3 files changed

+11
-12
lines changed

3 files changed

+11
-12
lines changed

fern/chat/non-streaming.mdx

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -316,10 +316,10 @@ We'll build a help desk system for "TechFlow" that processes support messages th
316316

317317
Enhance your non-streaming chat system further:
318318

319-
* **[Add streaming capabilities](/docs/chat/streaming)** - Upgrade to real-time responses for better UX
320-
* **[OpenAI compatibility](/docs/chat/openai-compatibility)** - Use familiar OpenAI SDK patterns
321-
* **[Integrate tools](/docs/tools/custom-tools)** - Enable your assistant to call external APIs and databases
322-
* **[Add voice capabilities](/docs/calls/call-outbound)** - Extend your text chat to voice interactions
319+
* **[Add streaming capabilities](/chat/streaming)** - Upgrade to real-time responses for better UX
320+
* **[OpenAI compatibility](/chat/openai-compatibility)** - Use familiar OpenAI SDK patterns
321+
* **[Integrate tools](/tools)** - Enable your assistant to call external APIs and databases
322+
* **[Add voice capabilities](/calls/call-outbound)** - Extend your text chat to voice interactions
323323

324324
<Callout>
325325
Need help? Chat with the team on our [Discord](https://discord.com/invite/pUFNcf2WmH) or mention us on [X/Twitter](https://x.com/Vapi_AI).

fern/chat/openai-compatibility.mdx

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -581,10 +581,10 @@ We'll migrate "TechFlow's" existing OpenAI-powered customer support chat to use
581581

582582
Enhance your migrated system:
583583

584-
* **[Explore Vapi-specific features](/docs/chat/quickstart)** - Leverage advanced assistant capabilities
585-
* **[Add voice capabilities](/docs/calls/call-outbound)** - Extend beyond text to voice interactions
586-
* **[Integrate tools](/docs/tools/custom-tools)** - Give your assistant access to external APIs
587-
* **[Optimize for streaming](/docs/chat/streaming)** - Improve real-time user experience
584+
* **[Explore Vapi-specific features](/chat/quickstart)** - Leverage advanced assistant capabilities
585+
* **[Add voice capabilities](/calls/call-outbound)** - Extend beyond text to voice interactions
586+
* **[Integrate tools](/tools/custom-tools)** - Give your assistant access to external APIs
587+
* **[Optimize for streaming](/chat/streaming)** - Improve real-time user experience
588588

589589
<Callout>
590590
Need help? Chat with the team on our [Discord](https://discord.com/invite/pUFNcf2WmH) or mention us on [X/Twitter](https://x.com/Vapi_AI).

fern/chat/streaming.mdx

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -206,10 +206,9 @@ We'll enhance the TechFlow support chat from the quickstart to provide real-time
206206

207207
Enhance your streaming chat further:
208208

209-
* **[OpenAI compatibility](/docs/chat/openai-compatibility)** - Use OpenAI SDK for streaming with familiar syntax
210-
* **[Non-streaming patterns](/docs/chat/non-streaming)** - Learn about sessions and complex conversation management
211-
* **[Add tools](/docs/tools/custom-tools)** - Enable your assistant to call external APIs while streaming
212-
* **[Voice integration](/docs/calls/call-outbound)** - Combine text streaming with voice capabilities
209+
* **[OpenAI compatibility](/chat/openai-compatibility)** - Use OpenAI SDK for streaming with familiar syntax
210+
* **[Non-streaming patterns](/chat/non-streaming)** - Learn about sessions and complex conversation management
211+
* **[Add tools](/tools)** - Enable your assistant to call external APIs while streaming
213212

214213
<Callout>
215214
Need help? Chat with the team on our [Discord](https://discord.com/invite/pUFNcf2WmH) or mention us on [X/Twitter](https://x.com/Vapi_AI).

0 commit comments

Comments
 (0)