agent: |
Tky9cs1gz5YMMCzQPkW6You can configure several tools with your agent with `dkai config`
You can configure several tools with your agent with `dkai config`
There was a problem that the LLM was not able to address. Please rephrase your prompt and try again.
inputs
outputs
% dkai config --help
Usage: dkai config [OPTIONS] TOOL
╭─ Arguments ──────────────────────────────────────────────────────────────────╮
│ * tool TEXT Name of the tool to configure. Options: ['slack', │
│ 'jira', 'github', 'rundeck', 'elk', 'servicenow'] │
│ [default: None] │
│ [required] │
╰──────────────────────────────────────────────────────────────────────────────╯
╭─ Options ────────────────────────────────────────────────────────────────────╮
│ --dagknows-home TEXT Dir for DagKnows configs │
│ [env var: DagKnowsHomeDir] │
│ [default: ~/.dagknows] │
│ --profile TEXT DagKnows profile to use. To set a default run │
│ `dk profiles set-default` │
│ [env var: DagKnowsProfile] │
│ [default: None] │
│ --access-token TEXT Access token for accessing DagKnows APIs │
│ [env var: DagKnowsAccessToken] │
│ [default: None] │
│ --help Show this message and exit. │
╰──────────────────────────────────────────────────────────────────────────────╯
copied