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

@@ -43,7 +43,7 @@ def create_invoice(args: dict) -> dict:
customer=customer_id,
amount=amount_cents,
currency="usd",
description=args.get("flightDetails", "Service Invoice"),
description=args.get("tripDetails", "Service Invoice"),
)
# Create and finalize the invoice