Add functionality to future_pto_calc, remove calendar_conflict step from goal

This commit is contained in:
Laine
2025-03-13 14:19:13 -04:00
parent 5ac2a6eb0a
commit a7a90c3289
7 changed files with 78 additions and 66 deletions

View File

@@ -9,7 +9,7 @@ The agent is set up to allow for multiple goals and to switch back to choosing a
- `agent_name`: user-facing name for the agent/chatbot
- `agent_friendly_description`: user-facing description of what the agent/chatbot does
- `tools`: the list of tools the goal will walk the user through.
- Important! The last tool listed must be `list_agents_tool`
- Important! The last tool listed must be `list_agents_tool`. This allows the AI to let the user go back to choosing from the list of available goals.
- `description`:
- `starter-prompt`:
- `example_conversation_history`: