Skip to content

Commit

Permalink
Added minor changes to toolset fields in ai-analysis.rst
Browse files Browse the repository at this point in the history
  • Loading branch information
itisallgood committed Dec 16, 2024
1 parent 5bebfb8 commit 4bf0e6d
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions docs/configuration/ai-analysis.rst
Original file line number Diff line number Diff line change
Expand Up @@ -426,10 +426,6 @@ Toolset Fields
- string
- Instructions on how to install prerequisites required by the toolset.
- No
* - ``variables``
- dictionary
- A set of key-value pairs defined by the user, not seen by LLM. These variables are typically used for configuring API keys, credentials, or other sensitive values that the LLM does not have visibility into. Values can reference environment variables using the $VARIABLE_NAME syntax.
- No
* - ``prerequisites``
- list
- A list of conditions that must be met for the toolset to be enabled. Prerequisites can include commands or environment variables, or both.
Expand Down Expand Up @@ -464,7 +460,7 @@ Toolset Fields
- **Yes**
* - ``command``
- string
- A shell command template that the tool will execute. Can include variables and parameters using Jinja2 syntax (``{{ variable_name }}``).
- A shell command template that the tool will execute. Can include environment variables using ``${ENV_VAR}`` or parameters that the LLM will fill in, using Jinja2 syntax (``{{ param_name }}``).
- Either ``command`` or ``script`` is required
* - ``script``
- string
Expand Down

0 comments on commit 4bf0e6d

Please sign in to comment.