docs: Add toolkits section to fields (#371)
Co-authored-by: Angie Jones <jones.angie@gmail.com>
This commit is contained in:
+11
-1
@@ -21,7 +21,7 @@ default:
|
|||||||
|
|
||||||
#### provider
|
#### provider
|
||||||
|
|
||||||
Provider of LLM. LLM providers that currently are supported by Goose:
|
Provider of LLM. LLM providers that are currently supported by Goose:
|
||||||
|
|
||||||
| Provider | Required environment variable(s) to access provider |
|
| Provider | Required environment variable(s) to access provider |
|
||||||
| ---------- | --------------------------------------------------- |
|
| ---------- | --------------------------------------------------- |
|
||||||
@@ -44,6 +44,16 @@ Rules designed to control or manage the output of the model. Moderators that cur
|
|||||||
- `passive`: does not actively intervene in every response
|
- `passive`: does not actively intervene in every response
|
||||||
- `truncate`: truncates the first contexts when the contexts exceed the max token size
|
- `truncate`: truncates the first contexts when the contexts exceed the max token size
|
||||||
|
|
||||||
|
|
||||||
|
#### toolkits
|
||||||
|
These are modular add-ons that enhance the functionality of Goose. Each toolkit provides specific capabilities or integrations that can be tailored to meet particular needs or use cases e.g `browser`, `developer`, `screen` etc.
|
||||||
|
|
||||||
|
To list available toolkits, use the following command:
|
||||||
|
|
||||||
|
```
|
||||||
|
goose toolkit list
|
||||||
|
```
|
||||||
|
|
||||||
### Example `profiles.yaml` files
|
### Example `profiles.yaml` files
|
||||||
|
|
||||||
#### provider as `anthropic`
|
#### provider as `anthropic`
|
||||||
|
|||||||
Reference in New Issue
Block a user