diff options
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/docs/ai/settings.md | 14 |
1 files changed, 13 insertions, 1 deletions
diff --git a/docs/docs/ai/settings.md b/docs/docs/ai/settings.md index a3aa9513..c61f611e 100644 --- a/docs/docs/ai/settings.md +++ b/docs/docs/ai/settings.md @@ -8,6 +8,18 @@ Default: `false` Whether or not the AI feature are enabled. When set to `false`, the question mark keybinding will output a message with instructions to run `atuin setup` to enable the feature. +### db_path + +Default: `ai_sessions.db` in the Atuin data directory. + +The path to the SQLite database where Atuin AI sessions are stored. + +### session_continue_minutes + +Default: `60` (minutes) + +The amount of time after the last interaction with Atuin AI that a session is considered "recent" and can be automatically continued. If you interact with Atuin AI and then invoke it again within this time window, the second interaction will be part of the same session. If you wait longer than this time window, a new session will be started. You can always start a new session manually by using the `/new` slash command in the Atuin AI interface. + ### endpoint Default: `null` @@ -22,7 +34,7 @@ The API token for the Atuin AI endpoint. Used for AI features like command gener ## Capabilities -Settings that control what capabilities are sent to the LLM. These are specified under `[ai.capabilities]`. +Settings that control what capabilities are sent to the LLM, which the LLM uses to understand what features the client has available. These are specified under `[ai.capabilities]`. ### enable_history_search |
