From 64b6ad0db869616a29c1a5ea294ce5666e2fdbda Mon Sep 17 00:00:00 2001 From: Adewale Abati Date: Sat, 30 Nov 2024 11:09:24 +0100 Subject: [PATCH] docs: Add toolkits section to fields (#371) Co-authored-by: Angie Jones --- docs/configuration.md | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) diff --git a/docs/configuration.md b/docs/configuration.md index 93851897..92e7c1b1 100644 --- a/docs/configuration.md +++ b/docs/configuration.md @@ -21,7 +21,7 @@ default: #### 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 | | ---------- | --------------------------------------------------- | @@ -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 - `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 #### provider as `anthropic`