readme update

This commit is contained in:
Steve Androulakis
2025-01-09 15:30:37 -08:00
parent 2f22af500f
commit 928788b0bb
5 changed files with 24 additions and 74 deletions

View File

@@ -2,7 +2,8 @@ from models.tool_definitions import ToolDefinition, ToolArgument
find_events_tool = ToolDefinition(
name="FindEvents",
description="Find upcoming events to travel to given a location or city (e.g., 'Oceania') and a date or month",
description="Find upcoming events to travel to a given city (e.g., 'Melbourne') and a date or month. "
"It knows about events in Oceania only (e.g. major Australian and New Zealand cities).",
arguments=[
ToolArgument(
name="city",