chore: update docs

This commit is contained in:
sigoden
2024-12-14 08:35:46 +08:00
parent 411a9e3da2
commit de7880d868
2 changed files with 79 additions and 12 deletions
+3 -1
View File
@@ -25,4 +25,6 @@
| ---------------------- | ------------------------------------------------------------------------------------------------------------ |
| `LLM_DUMP_RESULTS` | Controls whether to print the execution results of the tool, e.g. `get_current_weather\|fs.*\|todo:.*`, `.*` |
| `LLM_MCP_NEED_CONFIRM`| Controls whether to prompt for confirmation before executing certain tools, e.g., `git_commit\|git_reset`, `.*` . |
| `LLM_MCP_SKIP_CONFIRM`| Controls whether to bypass confirmation requests for certain tools, e.g., `git_status\|git_diff.*`, `.*` . |
| `LLM_MCP_SKIP_CONFIRM`| Controls whether to bypass confirmation requests for certain tools, e.g., `git_status\|git_diff.*`, `.*` . |
> LLM-Functions supports `.env`, just put environment variables into dotenv file to make it work.