Skip to content

Commit 36ef536

Browse files
authored
Merge branch 'main' into patch-1
2 parents 0b1b6bf + d8a2e75 commit 36ef536

File tree

16 files changed

+4878
-125
lines changed

16 files changed

+4878
-125
lines changed

fern/assistants/examples/multilingual-agent.mdx

Lines changed: 1184 additions & 0 deletions
Large diffs are not rendered by default.

fern/assistants/examples/support-escalation.mdx

Lines changed: 987 additions & 0 deletions
Large diffs are not rendered by default.

fern/calls/call-dynamic-transfers.mdx

Lines changed: 450 additions & 93 deletions
Large diffs are not rendered by default.

fern/customization/multilingual.mdx

Lines changed: 508 additions & 18 deletions
Large diffs are not rendered by default.

fern/docs.yml

Lines changed: 13 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -231,6 +231,12 @@ navigation:
231231
- page: Documentation agent
232232
path: assistants/examples/docs-agent.mdx
233233
icon: fa-light fa-microphone
234+
- page: Support escalation
235+
path: assistants/examples/support-escalation.mdx
236+
icon: fa-light fa-headset
237+
- page: Multilingual agent
238+
path: assistants/examples/multilingual-agent.mdx
239+
icon: fa-light fa-globe
234240

235241
- section: Workflows
236242
contents:
@@ -255,6 +261,12 @@ navigation:
255261
- page: Order management
256262
path: workflows/examples/ecommerce-order-management.mdx
257263
icon: fa-light fa-shopping-cart
264+
- page: Property management
265+
path: workflows/examples/property-management.mdx
266+
icon: fa-light fa-building
267+
- page: Multilingual support
268+
path: workflows/examples/multilingual-support.mdx
269+
icon: fa-light fa-globe
258270

259271
- section: Best practices
260272
contents:
@@ -476,7 +488,7 @@ navigation:
476488
- page: OpenRouter
477489
path: providers/model/openrouter.mdx
478490

479-
- section: Transcribers (Text-to-speech)
491+
- section: Transcribers (Speech-to-text)
480492
icon: fa-light fa-microphone
481493
contents:
482494
- page: Deepgram

fern/guides.mdx

Lines changed: 32 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,13 +33,45 @@ slug: guides
3333
<br />
3434
Build an ecommerce order management assistant that can track orders and process returns
3535
</Card>
36+
<Card title="Property Management" icon="building" href="/workflows/examples/property-management">
37+
<div className='absolute top-4 right-4'>
38+
<Icon icon="arrow-up-right-from-square" />
39+
</div>
40+
<div class="vapi-badge vapi-badge-workflow">Built with Workflows</div>
41+
<br />
42+
Build a call routing workflow that dynamically routes tenant calls based on verification and inquiry type
43+
</Card>
3644
<Card title="Lead Qualification" icon="phone" href="/workflows/examples/lead-qualification">
3745
<div className='absolute top-4 right-4'>
3846
<Icon icon="arrow-up-right-from-square" />
3947
</div>
4048
<div class="vapi-badge vapi-badge-workflow">Built with Workflows</div>
4149
<br />
4250
Create an outbound sales agent that can schedule appointments automatically
51+
</Card>
52+
<Card title="Multilingual Support Workflow" icon="globe" href="/workflows/examples/multilingual-support">
53+
<div className='absolute top-4 right-4'>
54+
<Icon icon="arrow-up-right-from-square" />
55+
</div>
56+
<div class="vapi-badge vapi-badge-workflow">Built with Workflows</div>
57+
<br />
58+
Build a structured multilingual support workflow with language selection and dedicated conversation paths
59+
</Card>
60+
<Card title="Dynamic Multilingual Agent" icon="language" href="/assistants/examples/multilingual-agent">
61+
<div className='absolute top-4 right-4'>
62+
<Icon icon="arrow-up-right-from-square" />
63+
</div>
64+
<div class="vapi-badge vapi-badge-assistant">Built with Assistants</div>
65+
<br />
66+
Build a dynamic agent with automatic language detection and real-time language switching
67+
</Card>
68+
<Card title="Support Escalation" icon="headset" href="/assistants/examples/support-escalation">
69+
<div className='absolute top-4 right-4'>
70+
<Icon icon="arrow-up-right-from-square" />
71+
</div>
72+
<div class="vapi-badge vapi-badge-assistant">Built with Assistants</div>
73+
<br />
74+
Build an intelligent support escalation system with dynamic routing based on customer tier and issue complexity
4375
</Card>
4476
<Card title="Docs Agent" icon="book-open" href="/assistants/examples/docs-agent">
4577
<div className='absolute top-4 right-4'>

fern/providers/model/openai.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ slug: providers/model/openai
77

88
**What is OpenAI?**
99

10-
OpenAI is a leading artificial intelligence research and deployment company dedicated to ensuring that artificial general intelligence (AGI) benefits all of humanity. Founded with the mission to create safe and highly capable AI systems, OpenAI has made significant strides in AI research, producing groundbreaking models like GPT-4, DALL-E, and Codex. These innovations have not only advanced the field of AI but also transformed various industries by providing powerful tools for natural language processing, image generation, and programming assistance.
10+
OpenAI is a leading artificial intelligence research and deployment company dedicated to ensuring that artificial general intelligence (AGI) benefits all of humanity. Founded with the mission to create safe and highly capable AI systems, OpenAI has made significant strides in AI research, producing groundbreaking models like GPT-4o, DALL-E, and Codex. These innovations have not only advanced the field of AI but also transformed various industries by providing powerful tools for natural language processing, image generation, and programming assistance.
1111

1212
**The Evolution of AI Research:**
1313

@@ -19,7 +19,7 @@ OpenAI offers a range of AI-driven products and services designed to meet divers
1919

2020
**GPT Models:**
2121

22-
- OpenAI’s Generative Pre-trained Transformer (GPT) models, including the latest GPT-4, are state-of-the-art in natural language processing. These models can generate human-like text, answer questions, summarize information, and perform various language tasks with high accuracy. GPT-4, in particular, represents a significant leap in AI capabilities, offering improved coherence, context understanding, and creativity.
22+
- OpenAI’s Generative Pre-trained Transformer (GPT) models, including the latest GPT-4o, are state-of-the-art in natural language processing. These models can generate human-like text, answer questions, summarize information, and perform various language tasks with high accuracy. GPT-4o, in particular, represents a significant leap in AI capabilities, offering improved coherence, context understanding, and creativity.
2323

2424
**DALL-E:**
2525

fern/providers/voice/openai.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ slug: providers/voice/openai
77

88
**What is OpenAI?**
99

10-
OpenAI is a leading artificial intelligence research and deployment company dedicated to ensuring that artificial general intelligence (AGI) benefits all of humanity. Founded with the mission to create safe and highly capable AI systems, OpenAI has made significant strides in AI research, producing groundbreaking models like GPT-4, DALL-E, and Codex. These innovations have not only advanced the field of AI but also transformed various industries by providing powerful tools for natural language processing, image generation, and programming assistance.
10+
OpenAI is a leading artificial intelligence research and deployment company dedicated to ensuring that artificial general intelligence (AGI) benefits all of humanity. Founded with the mission to create safe and highly capable AI systems, OpenAI has made significant strides in AI research, producing groundbreaking models like GPT-4o, DALL-E, and Codex. These innovations have not only advanced the field of AI but also transformed various industries by providing powerful tools for natural language processing, image generation, and programming assistance.
1111

1212
**The Evolution of AI Research:**
1313

@@ -19,7 +19,7 @@ OpenAI offers a range of AI-driven products and services designed to meet divers
1919

2020
**GPT Models:**
2121

22-
- OpenAI’s Generative Pre-trained Transformer (GPT) models, including the latest GPT-4, are state-of-the-art in natural language processing. These models can generate human-like text, answer questions, summarize information, and perform various language tasks with high accuracy. GPT-4, in particular, represents a significant leap in AI capabilities, offering improved coherence, context understanding, and creativity.
22+
- OpenAI’s Generative Pre-trained Transformer (GPT) models, including the latest GPT-4o, are state-of-the-art in natural language processing. These models can generate human-like text, answer questions, summarize information, and perform various language tasks with high accuracy. GPT-4o, in particular, represents a significant leap in AI capabilities, offering improved coherence, context understanding, and creativity.
2323

2424
**DALL-E:**
2525

735 KB
Loading
422 KB
Loading

0 commit comments

Comments
 (0)