fix train_api IDs, mock search_fixtures function and arg rename

This commit is contained in:
Steve Androulakis
2025-02-25 07:16:48 -06:00
parent ee7fc3e7a2
commit 72fddd0130
4 changed files with 103 additions and 13 deletions

View File

@@ -93,12 +93,12 @@ search_fixtures_tool = ToolDefinition(
description="The full name of the team to search for.",
),
ToolArgument(
name="start_date",
name="date_from",
type="string",
description="The start date in format (YYYY-MM-DD) for the fixture search inferred from the user's request (e.g. mid-March).",
),
ToolArgument(
name="end_date",
name="date_to",
type="string",
description="The end date in format (YYYY-MM-DD) for the fixture search (e.g. 'the last week of May').",
),