minor code improvements to workflow

This commit is contained in:
Steve Androulakis
2025-02-04 09:57:52 -08:00
parent f97afb4b38
commit 0db358df47
3 changed files with 30 additions and 14 deletions

View File

@@ -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",