diff --git a/fern/examples/docs-agent.mdx b/fern/assistants/examples/docs-agent.mdx similarity index 99% rename from fern/examples/docs-agent.mdx rename to fern/assistants/examples/docs-agent.mdx index 1b21f4ae..6326858c 100644 --- a/fern/examples/docs-agent.mdx +++ b/fern/assistants/examples/docs-agent.mdx @@ -1,7 +1,7 @@ --- title: Documentation agent subtitle: Build a voice assistant that answers questions about your docs -slug: examples/docs-agent +slug: assistants/examples/docs-agent --- Try our live implementation using the voice widget in the bottom-right corner of this page. diff --git a/fern/examples/inbound-support.mdx b/fern/assistants/examples/inbound-support.mdx similarity index 97% rename from fern/examples/inbound-support.mdx rename to fern/assistants/examples/inbound-support.mdx index d8628ade..ab8fbac3 100644 --- a/fern/examples/inbound-support.mdx +++ b/fern/assistants/examples/inbound-support.mdx @@ -1,7 +1,7 @@ --- title: Inbound customer support subtitle: Build a banking customer support agent that can process inbound phone calls and assist with common banking issues. -slug: examples/inbound-support +slug: assistants/examples/inbound-support description: Build a voice AI banking support agent with tools for account lookup, balance and transaction retrieval. --- @@ -33,10 +33,10 @@ We will be creating a customer support agent for VapiBank, a bank that wants to
- + - +
@@ -48,7 +48,7 @@ We will be creating a customer support agent for VapiBank, a bank that wants to 2. Click **Choose file** and upload both `accounts.csv` and `transactions.csv` 3. Note the file IDs for use in creating tools -
@@ -527,7 +527,7 @@ You have access to CSV files with account and transaction data: Click `Talk to Assistant` to test it out. - ```typescript @@ -662,7 +662,7 @@ You have access to CSV files with account and transaction data: - In the expanded accordion, add `get_balance` and `get_recent_transactions` tools. - Click `Publish` to save your changes. - @@ -915,7 +915,7 @@ You have access to CSV files with account and transaction data: - Under `Inbound Settings` find `Assistant` dropdown and select `Tom` from the list. - Changes are saved automatically. -