mirror of
https://github.com/temporal-community/temporal-ai-agent.git
synced 2026-03-16 14:38:08 +01:00
Spike of football fixture lookup.
This commit is contained in:
@@ -65,3 +65,20 @@ create_invoice_tool = ToolDefinition(
|
||||
),
|
||||
],
|
||||
)
|
||||
|
||||
find_fixtures_tool = ToolDefinition(
|
||||
name="FindFixtures",
|
||||
description="Find upcoming fixtures for a given team and month",
|
||||
arguments=[
|
||||
ToolArgument(
|
||||
name="team",
|
||||
type="string",
|
||||
description="The name of the team to search for",
|
||||
),
|
||||
ToolArgument(
|
||||
name="month",
|
||||
type="string",
|
||||
description="The month to search for fixtures",
|
||||
),
|
||||
],
|
||||
)
|
||||
Reference in New Issue
Block a user