From cfb8ed3328392e88158002a260f40e2e9b4dd3e9 Mon Sep 17 00:00:00 2001 From: Diogo Gomes Date: Wed, 12 Feb 2025 10:57:40 +0100 Subject: [PATCH] docs: add note and link about api baseurl --- .gitignore | 3 ++- README.md | 2 ++ 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 766959c..781a57f 100644 --- a/.gitignore +++ b/.gitignore @@ -9,4 +9,5 @@ coverage/ playbooks.json playbookRunResults.json config.**.json -config.json \ No newline at end of file +config.json +.idea diff --git a/README.md b/README.md index cf6ca93..832a57e 100644 --- a/README.md +++ b/README.md @@ -58,6 +58,8 @@ The Cognigy.AI CLI needs the following configuration: | agentDir | The folder where you want to store the agent locally | CAI_AGENTDIR | | playbookTimeoutSeconds | Timeout for checking playbook runs | CAI_PLAYBOOK_TIMEOUT_SECONDS | +NOTE: [The API Base URL is the endpoint for accessing the Cognigy.AI OpenAPI](https://docs.cognigy.com/ai/developers/api-and-cli/#the-api-base-url). + Both environment configuration and file-based configuration can be used together. Environment configuration takes priority. ## Commands