From e23b799712338254d3b5ebdafdbc560b5cb3996a Mon Sep 17 00:00:00 2001 From: Sam Olsen Date: Thu, 2 May 2024 14:07:20 -0700 Subject: [PATCH 1/2] Update docs to include info about analytics --- docs/devtools.md | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) diff --git a/docs/devtools.md b/docs/devtools.md index 8673b5314..78383b2b0 100644 --- a/docs/devtools.md +++ b/docs/devtools.md @@ -44,3 +44,21 @@ The Developer UI has action runners for `flow`, `prompt`, `model`, `tool`, `retr Here's a quick gif tour with cats. ![Gif overview of Genkit Developer UI](resources/genkit_developer_ui_overview.gif) + +### Analytics + +The Genkit CLI and Developer UI use cookies and similar technologies from Google +to deliver and enhance the quality of its services and to analyze usage. +[Learn more](https://policies.google.com/technologies/cookies'). + +To opt-out of analytics, you can run the following command: + +```posix-terminal +genkit config set analyticsOptOut true +``` + +You can view the current setting by running: + +```posix-terminal +genkit config get analyticsOptOut +``` From 94b62f1512965d6675d3b9dddd84d13312d55182 Mon Sep 17 00:00:00 2001 From: Sam Date: Fri, 3 May 2024 09:39:08 -0700 Subject: [PATCH 2/2] Update docs/devtools.md Co-authored-by: Kevin Cheung --- docs/devtools.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/devtools.md b/docs/devtools.md index 78383b2b0..32f9a30e1 100644 --- a/docs/devtools.md +++ b/docs/devtools.md @@ -49,7 +49,7 @@ Here's a quick gif tour with cats. The Genkit CLI and Developer UI use cookies and similar technologies from Google to deliver and enhance the quality of its services and to analyze usage. -[Learn more](https://policies.google.com/technologies/cookies'). +[Learn more](https://policies.google.com/technologies/cookies). To opt-out of analytics, you can run the following command: