updating docs about goal changing when adding new goals

This commit is contained in:
Joshua Smith
2025-03-28 15:01:54 -04:00
parent 4eab280d81
commit 86da6a1c74

View File

@@ -19,7 +19,7 @@ Goal Categories lets you pick which groups of goals to show. Set via an .env set
- `category_tag`: category for the goal - `category_tag`: category for the goal
- `agent_friendly_description`: user-facing description of what the agent/chatbot does - `agent_friendly_description`: user-facing description of what the agent/chatbot does
- `tools`: the list of tools the goal will walk the user through. These will be defined in the [tools/tool_registry.py](tools/tool_registry.py) and should be defined in list form as tool_registry.[name of tool] - `tools`: the list of tools the goal will walk the user through. These will be defined in the [tools/tool_registry.py](tools/tool_registry.py) and should be defined in list form as tool_registry.[name of tool]
- Important! The last tool listed must be `list_agents_tool`. This allows the chatbot to guide the user back to choosing from the list of available goals once a goal is complete.<br /> - Important! If you want to prompt the user with options for another goal, the last tool listed must be `list_agents_tool`. This allows the chatbot to guide the user back to choosing from the list of available goals once a goal is complete. This is recommended for multi-goal behavior. The `goal_choose_agent_type` is the exception as it handles the changing of goals. <br />
Example: Example:
``` ```
tools=[ tools=[