You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/connections/functions/copilot.md
+6-6Lines changed: 6 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,14 +2,14 @@
2
2
title: Functions Copilot
3
3
---
4
4
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.
6
6
7
7
> info "Functions Copilot Public Beta"
8
8
> Functions Copilot is in public beta, and Segment is actively working on this feature. Some functionality may change before it becomes generally available.
9
9
10
10
## Functions Copilot benefits
11
11
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.
13
13
14
14
Functions Copilot can help you:
15
15
@@ -20,12 +20,12 @@ Functions Copilot can help you:
20
20
21
21
## Example prompts
22
22
23
-
This table lists examples prompts you can use with Functions Copilot:
23
+
This table lists example prompts you can use with Functions Copilot:
|**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." |
29
29
|**Destination Insert Functions**| "Enrich an Identify event using an external API."<br>"Tokenize PII data before sending it downstream." |
30
30
|||
31
31
@@ -41,9 +41,9 @@ Follow this guidance when you use Functions Copilot:
41
41
42
42
Keep the following limitations in mind as you work with Functions Copilot:
43
43
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.
45
45
-**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.
0 commit comments