Skip to content

Fix Functions Copilot Link #6979

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Aug 26, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions src/connections/functions/copilot.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,9 +22,9 @@ Functions Copilot can help you:

This table lists example prompts you can use with Functions Copilot:

| Function Type | Example Prompts |
| -------------------------------- | ---------------------------------------------------------------------------------------------------------------------------------------------- |
| **Source Functions** | "Transform incoming data into a track event."<br><br>"Enrich user data with additional demographic details using an external API." |
| Function Type | Example Prompts |
| -------------------------------- | -------------------------------------------------------------------------------------------------------------------------------------------------- |
| **Source Functions** | "Transform incoming data into a track event."<br><br>"Enrich user data with additional demographic details using an external API." |
| **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." |
| **Destination Insert Functions** | "Enrich an Identify event using an external API."<br><br>"Tokenize PII data before sending it downstream." |

Expand Down
2 changes: 1 addition & 1 deletion src/connections/functions/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -46,4 +46,4 @@ To learn more, visit [destination insert functions](/docs/connections/functions/

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.

To learn more, visit the [Functions Copilot documentation](//docs/connections/functions/functions-copilot).
To learn more, visit the [Functions Copilot documentation](/docs/connections/functions/copilot/).
Loading