mirror of
https://github.com/temporal-community/temporal-ai-agent.git
synced 2026-03-15 05:58:08 +01:00
LLM planner, not perfect but ok
This commit is contained in:
7
tools/create_invoice.py
Normal file
7
tools/create_invoice.py
Normal file
@@ -0,0 +1,7 @@
|
||||
def create_invoice(args: dict) -> dict:
|
||||
# e.g. amount, flight details, etc.
|
||||
print("[CreateInvoice] Creating invoice with:", args)
|
||||
return {
|
||||
"invoiceStatus": "generated",
|
||||
"invoiceURL": "https://pay.example.com/invoice/12345",
|
||||
}
|
||||
Reference in New Issue
Block a user