diff options
| author | sigoden <sigoden@gmail.com> | 2024-12-12 12:22:51 +0800 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-12-12 12:22:51 +0800 |
| commit | 3584b5c31f4f1f1baa1c350fa46a18752f8bf7c4 (patch) | |
| tree | 586df9099399c8c8a3a0e9abd85d7d4577726231 /docs/environment-variables.md | |
| parent | 2fc9b476907e6fb830fd57f69d59c794548ad28b (diff) | |
| download | llm-functions-docker-3584b5c31f4f1f1baa1c350fa46a18752f8bf7c4.tar.gz | |
feat: support env var `LLM_DUMP_RESULTS` (#144)
Diffstat (limited to 'docs/environment-variables.md')
| -rw-r--r-- | docs/environment-variables.md | 20 |
1 files changed, 10 insertions, 10 deletions
diff --git a/docs/environment-variables.md b/docs/environment-variables.md index 8c13b64..a3216b9 100644 --- a/docs/environment-variables.md +++ b/docs/environment-variables.md @@ -2,15 +2,15 @@ ## Injected by `run-tool.*`/`run-agent.*` -| Name | Description | -| --------------------- | -------------------------------------------------------------------------------------------------------------------- | -| `LLM_ROOT_DIR` | Path to `<llm-functions-dir>` | -| `LLM_TOOL_NAME` | Tool name, such as `execute_command` | -| `LLM_TOOL_CACHE_DIR` | Path to `<llm-functions-dir>/cache/<tool-name>`,<br>The tool script can use this directory to store some cache data | -| `LLM_AGENT_NAME` | Agent name, such as `todo` | -| `LLM_AGENT_FUNC` | Agent function, such as `list_todos` | -| `LLM_AGENT_ROOT_DIR` | Path to `<llm-functions-dir>/agents/<agent-name>` | -| `LLM_AGENT_CACHE_DIR` | Path to `<llm-functions-dir>/cache/<agent-name>`,<br>The tool script can use this directory to store some cache data | +| Name | Description | +| --------------------- | -------------------------------------------------------------------------------------------------------------------------- | +| `LLM_ROOT_DIR` | Path to `<llm-functions-dir>` | +| `LLM_TOOL_NAME` | Tool name, such as `execute_command` | +| `LLM_TOOL_CACHE_DIR` | Path to `<llm-functions-dir>/cache/<tool-name>`,<br>The tool script can use this directory to store some cache data | +| `LLM_AGENT_NAME` | Agent name, such as `todo` | +| `LLM_AGENT_FUNC` | Agent function, such as `list_todos` | +| `LLM_AGENT_ROOT_DIR` | Path to `<llm-functions-dir>/agents/<agent-name>` | +| `LLM_AGENT_CACHE_DIR` | Path to `<llm-functions-dir>/cache/<agent-name>`,<br>The agent tool script can use this directory to store some cache data | ## Injected by runtime (AIChat) @@ -23,4 +23,4 @@ | Name | Description | | ------------------ | --------------------------------------------------------------------------------------------- | -| `LLM_DUMP_RESULTS` | Controls whether to print the execution results of the tool, e.g. `get_current_weather\|fs.*` | +| `LLM_DUMP_RESULTS` | Controls whether to print the execution results of the tool, e.g. `get_current_weather\|fs.*\|todo:.*`, `.*` | |
