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

@@ -98,7 +98,7 @@ goal_pirate_treasure = AgentGoal(
goal_match_train_invoice = AgentGoal(
id = "goal_match_train_invoice",
category_tag="travel",
category_tag="travel-trains",
agent_name="UK Premier League Match Trip Booking",
agent_friendly_description="Book a trip to a city in the UK around the dates of a premier league match.",
tools=[
@@ -146,7 +146,7 @@ goal_match_train_invoice = AgentGoal(
goal_event_flight_invoice = AgentGoal(
id = "goal_event_flight_invoice",
category_tag="travel",
category_tag="travel-flights",
agent_name="Australia and New Zealand Event Flight Booking",
agent_friendly_description="Book a trip to a city in Australia or New Zealand around the dates of events in that city.",
tools=[

View File

@@ -255,6 +255,7 @@ paycheck_bank_integration_status_check = ToolDefinition(
],
)
# ----- Financial use cases tools -----
financial_check_account_is_valid = ToolDefinition(
name="FinCheckAccountIsValid",
description="Check if an account is valid by email address or account ID. "