Skip to content

Commit 4c14a53

Browse files
authored
Merge pull request #143 from signalwire/Devon/swml-migration-audit
Update slugs/content - swml
2 parents 7a7b791 + d186ae1 commit 4c14a53

7 files changed

Lines changed: 6 additions & 11 deletions

File tree

fern/products/swml/pages/guides/get-started/quickstart.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ id: d6565266-8eef-4539-a1c1-3772fbdbd7d3
33
title: Quickstart
44
subtitle: Deploy your first SWML script in 5 minutes
55
description: Deploy your first SWML script in minutes with this step-by-step guide
6-
slug: /guides/quickstart
6+
slug: /guides
77
position: 0
88
---
99

fern/products/swml/pages/guides/recipes/forwarding-calls.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
title: Forwarding calls
3-
slug: /guides/recipes/forwarding-calls
3+
slug: /guides/forward-calls
44
description: Use SWML to forward calls
55
---
66

fern/products/swml/pages/guides/recipes/making-and-receiving-calls.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
title: Making and receiving phone calls
3-
slug: /guides/recipes/making-and-receiving-calls
3+
slug: /guides/make-and-receive-calls
44
description: Overview of the many ways you can make and receive calls using SignalWire products.
55
---
66

fern/products/swml/pages/guides/recipes/recording-calls.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
title: Recording calls
3-
slug: /guides/recipes/recording-calls
3+
slug: /guides/record-calls
44
description: Using SWML to record ongoing calls.
55
---
66

fern/products/swml/pages/guides/recipes/voicemail.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
title: Setting up voicemail
3-
slug: /guides/recipes/voicemail
3+
slug: /guides/voicemail
44
description: Set up voicemail on a number using SWML.
55
---
66

fern/products/swml/pages/reference/schema.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
title: Schema
33
subtitle: Complete SWML schema reference with nested object navigation
4-
slug: /swml/schema
4+
slug: /schema
55
---
66

77
Browse the complete SWML schema with expandable nested objects. Click on any property to explore its structure.

fern/snippets/swml/_prompt-pom.mdx

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,3 @@
1-
<Warning title="Want a library for working with the POM?">
2-
SignalWire provides a Python library for working with the POM.
3-
More information can be found in the [POM reference](/ai/pom).
4-
</Warning>
5-
61
<ParamField toc={true} path="prompt.pom" type="object[]" required={true}>
72
An array of objects that defines the prompt object model (POM) for the AI. The POM is a structured data format for organizing and rendering prompts that are clearly structured and easy to understand. By breaking prompts into sections, users can manage each section independently and then combine them into a single cohesive prompt. SignalWire renders the POM into a markdown document before sending it to the LLM. If the `text` parameter is present while using `pom`, the `pom` prompt will be used instead of `text`.
83
</ParamField>

0 commit comments

Comments
 (0)