Skip to content

Commit f6f95ee

Browse files
committed
Fix tables [netlify-build]
1 parent d7eed06 commit f6f95ee

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

src/connections/functions/copilot.md

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -24,10 +24,9 @@ This table lists example prompts you can use with Functions Copilot:
2424

2525
| Function Type | Example Prompts |
2626
| -------------------------------- | ---------------------------------------------------------------------------------------------------------------------------------------------- |
27-
| **Source Functions** | "Transform incoming data into a track event."<br> "Enrich user data with additional demographic details using an external API." |
28-
| **Destination Functions** | "Create a function that enriches an Identify event using the Profile API."<br>"Remove PII data and hash email addresses in an Identify event." |
29-
| **Destination Insert Functions** | "Enrich an Identify event using an external API."<br>"Tokenize PII data before sending it downstream." |
30-
| | |
27+
| **Source Functions** | "Transform incoming data into a track event."<br><br>"Enrich user data with additional demographic details using an external API." |
28+
| **Destination Functions** | "Create a function that enriches an Identify event using the Profile API."<br><br>"Remove PII data and hash email addresses in an Identify event." |
29+
| **Destination Insert Functions** | "Enrich an Identify event using an external API."<br><br>"Tokenize PII data before sending it downstream." |
3130

3231
## Best practices and limitations
3332

0 commit comments

Comments
 (0)