mirror of
https://github.com/temporal-community/temporal-ai-agent.git
synced 2026-03-15 14:08:08 +01:00
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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user