prompt engineering, train_api date parsing changes

This commit is contained in:
Steve Androulakis
2025-02-11 09:35:40 -08:00
parent 7f6ff2397f
commit aeffe75a0a
5 changed files with 141 additions and 61 deletions

View File

@@ -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.",
),
],
)
)