Skip to content

Commit 10ea921

Browse files
committed
fix some stuff I didn't like [netlify-build]
1 parent e378806 commit 10ea921

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

src/connections/functions/copilot.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -2,14 +2,14 @@
22
title: Functions Copilot
33
---
44

5-
Functions Copilot helps you generate JavaScript code for Functions using natural language prompts.
5+
Functions Copilot helps you generate JavaScript code for functions using natural language prompts.
66

77
> info "Functions Copilot Public Beta"
88
> Functions Copilot is in public beta, and Segment is actively working on this feature. Some functionality may change before it becomes generally available.
99
1010
## Functions Copilot benefits
1111

12-
Powered by OpenAI, Functions Copilot improves efficiency and productivity by streamlining the process of creating and managing custom functions, freeing up time and engineering resources.
12+
Powered by OpenAI, Functions Copilot improves efficiency and productivity by streamlining the process of creating and managing custom functions.
1313

1414
Functions Copilot can help you:
1515

@@ -20,12 +20,12 @@ Functions Copilot can help you:
2020

2121
## Example prompts
2222

23-
This table lists examples prompts you can use with Functions Copilot:
23+
This table lists example prompts you can use with Functions Copilot:
2424

2525
| Function Type | Example Prompts |
2626
| -------------------------------- | ---------------------------------------------------------------------------------------------------------------------------------------------- |
2727
| **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." |
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." |
2929
| **Destination Insert Functions** | "Enrich an Identify event using an external API."<br>"Tokenize PII data before sending it downstream." |
3030
| | |
3131

@@ -41,9 +41,9 @@ Follow this guidance when you use Functions Copilot:
4141

4242
Keep the following limitations in mind as you work with Functions Copilot:
4343

44-
- **Context limitations**: Functions Copilot generates code based on Segment-specific terminology and the prompts you write. As a result, the generated output may not always be accurate. If the function doesn't initially meet your needs, try to refine or rewrite your prompt.
44+
- **Context limitations**: Functions Copilot generates code based on Segment-specific terminology and the prompts you write. As a result, the generated output may not always be accurate. If the function doesn't initially meet your needs, try to refine or rewrite your prompt.
4545
- **Language support**: Functions Copilot only supports English prompts. Using other languages may impact the accurancy of the generated output.
46-
- **Regional support**: Functions Copilot is only available for US region workspaces.
46+
- **Regional support**: Functions Copilot is only available for US region Segment workspaces.
4747

4848
## Segment's generative AI service
4949

0 commit comments

Comments
 (0)