changes to be specific about travel scenarios, setup guidance about goal_categories, fixed a bug about llm selection in tool_activities.py, better comments

This commit is contained in:
Joshua Smith
2025-03-28 15:33:56 -04:00
parent 86da6a1c74
commit 40bd76e80f
5 changed files with 12 additions and 6 deletions

View File

@@ -36,10 +36,13 @@ OPENAI_API_KEY=sk-proj-...
# TEMPORAL_API_KEY=abcdef1234567890
# Set starting goal of agent
AGENT_GOAL=goal_choose_agent_type # (default)
AGENT_GOAL=goal_choose_agent_type # default, for multi-goal
#AGENT_GOAL=goal_event_flight_invoice # for original goal
#AGENT_GOAL=goal_match_train_invoice # for replay goal
#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,fin # default is all
GOAL_CATEGORIES=hr,travel-flights,travel-trains,fin # default is all
#GOAL_CATEGORIES=travel-flights
# Set if the UI should force a user confirmation step or not
SHOW_CONFIRM=True