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
+5-6Lines changed: 5 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -5,9 +5,9 @@ title: Functions Copilot
5
5
Functions Copilot helps you generate JavaScript code for Functions using natural language prompts.
6
6
7
7
> info "Functions Copilot Public Beta"
8
-
> Linked Audiences is in public beta, and Segment is actively working on this feature. Some functionality may change before it becomes generally available.
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
-
## Functions Copilot Benefits
10
+
## Functions Copilot benefits
11
11
12
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.
13
13
@@ -20,7 +20,7 @@ Functions Copilot can help you:
20
20
21
21
## Example prompts
22
22
23
-
This table lists examples of prompts you can use with Functions Copilot:
23
+
This table lists examples prompts you can use with Functions Copilot:
@@ -33,7 +33,7 @@ This table lists examples of prompts you can use with Functions Copilot:
33
33
34
34
Follow this guidance when you use Functions Copilot:
35
35
36
-
- Avoid using customer personally identifiable information (PII) or sensitive data.
36
+
- Avoid using personally identifiable information (PII) or sensitive data.
37
37
- Write specific prompts. Specificity leads to more accurate CustomerAI function generation. Use the names of existing events, related attributes, and properties.
38
38
- Iterate on your prompts. If you don't get the result you're looking for, try rewriting the prompt.
39
39
@@ -48,8 +48,7 @@ Keep the following limitations in mind as you work with Functions Copilot:
48
48
## Segment's generative AI service
49
49
50
50
<!-- PW/June 2024: Stealing this from Generative Audiences, but we should probably centralize this info at some point -->
51
-
52
-
For copilot to generate a function, Segment sends your query to OpenAI, Segment’s 3rd party AI service. All queries sent to OpenAI from Segment are anonymized, meaning that OpenAI won’t be able to identify from whom the query was sent unless you include uniquely identifiable information in the input.
51
+
For Copilot to generate a function, Segment sends your query to OpenAI, Segment’s 3rd party AI service. All queries sent to OpenAI from Segment are anonymized, meaning that OpenAI won’t be able to identify from whom the query was sent unless you include uniquely identifiable information in the input.
53
52
54
53
GPT is OpenAI’s state-of-the-art natural language generation tool powered by artificial intelligence. It can perform a variety of natural language tasks like text generation, completion, and classification. CustomerAI uses the service to help generate functions, audiences, and inspire segmentation.
Copy file name to clipboardExpand all lines: src/connections/functions/index.md
+7-1Lines changed: 7 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -40,4 +40,10 @@ Use cases:
40
40
- Transform outgoing data with advanced filtration and computation
41
41
- Ensure data compliance by performing tokenisation, encryption, or decryption before sending data downstream
42
42
43
-
To learn more, visit [destination insert functions](/docs/connections/functions/insert-functions).
43
+
To learn more, visit [destination insert functions](/docs/connections/functions/insert-functions).
44
+
45
+
#### Functions Copilot
46
+
47
+
With Functions Copilot, you can instrument custom integrations, enrich and transform data, and even secure sensitive data nearly instantaneously without writing a line of code.
48
+
49
+
To learn more, visit the [Functions Copilot documentation](//docs/connections/functions/functions-copilot).
0 commit comments