mirror of
https://github.com/temporal-community/temporal-ai-agent.git
synced 2026-03-16 22:48:09 +01:00
vastly improved prompt history
This commit is contained in:
@@ -48,7 +48,7 @@ search_flights_tool = ToolDefinition(
|
||||
# 3) Define the CreateInvoice tool
|
||||
create_invoice_tool = ToolDefinition(
|
||||
name="CreateInvoice",
|
||||
description="Generate an invoice with flight information or other items to purchase",
|
||||
description="Generate an invoice with flight information.",
|
||||
arguments=[
|
||||
ToolArgument(
|
||||
name="amount",
|
||||
@@ -58,7 +58,7 @@ create_invoice_tool = ToolDefinition(
|
||||
ToolArgument(
|
||||
name="flightDetails",
|
||||
type="string",
|
||||
description="A summary of the flights, e.g., flight numbers, price breakdown",
|
||||
description="A summary of the flights, e.g., flight number and airport codes",
|
||||
),
|
||||
],
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user