mirror of
https://github.com/temporal-community/temporal-ai-agent.git
synced 2026-03-15 14:08:08 +01:00
prompt engineering, train_api date parsing changes
This commit is contained in:
@@ -76,7 +76,7 @@ create_invoice_tool = ToolDefinition(
|
||||
description="The total cost to be invoiced",
|
||||
),
|
||||
ToolArgument(
|
||||
name="flightDetails",
|
||||
name="tripDetails",
|
||||
type="string",
|
||||
description="A description of the item details to be invoiced",
|
||||
),
|
||||
@@ -98,4 +98,4 @@ search_fixtures_tool = ToolDefinition(
|
||||
description="The month to search for fixtures.",
|
||||
),
|
||||
],
|
||||
)
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user