adding fin goals and tools

This commit is contained in:
Joshua Smith
2025-03-20 13:37:51 -04:00
parent 850404e0d5
commit c3084eec41
9 changed files with 200 additions and 11 deletions

View File

@@ -39,7 +39,7 @@ OPENAI_API_KEY=sk-proj-...
AGENT_GOAL=goal_choose_agent_type # (default)
#Choose which category(ies) of goals you want to be listed by the Agent - options are system (always included), hr, travel, or all.
GOAL_CATEGORIES=hr,travel # default is all
GOAL_CATEGORIES=hr,travel,fin # default is all
# Set if the UI should force a user confirmation step or not
SHOW_CONFIRM=True