mirror of
https://github.com/temporal-community/temporal-ai-agent.git
synced 2026-03-16 22:48:09 +01:00
minor code improvements to workflow
This commit is contained in:
@@ -51,7 +51,7 @@ search_flights_tool = ToolDefinition(
|
||||
# 3) Define the CreateInvoice tool
|
||||
create_invoice_tool = ToolDefinition(
|
||||
name="CreateInvoice",
|
||||
description="Generate an invoice for the items described for the amount provided",
|
||||
description="Generate an invoice for the items described for the amount provided. Returns URL to invoice.",
|
||||
arguments=[
|
||||
ToolArgument(
|
||||
name="amount",
|
||||
|
||||
Reference in New Issue
Block a user