diff --git a/general/ai/cli.go b/general/ai/cli.go index dae42a20f..e0f5f7afd 100644 --- a/general/ai/cli.go +++ b/general/ai/cli.go @@ -25,8 +25,8 @@ type ApiCommand string const ( cliAiAppApiUrl = "https://cli-ai-app-stg.jfrog.info/api/" askRateLimitHeader = "X-JFrog-CLI-AI" - // The latest version of the terms and conditions for using the AI interface. - aiTermsRevision = 2 + // The latest version of the terms and conditions for using the AI interface. (TODO: add the link to terms here) + aiTermsRevision = 1 ) type ApiType string