mirror of
https://github.com/hoshikawa2/agent_platform_oci.git
synced 2026-09-07 10:13:46 +00:00
New features: Route Stickness, Handoff, Clarification, Read-Only/Transactional, Long Term Memory
This commit is contained in:
@@ -59,7 +59,7 @@ async def call_tool(call: ToolCall):
|
||||
result = {
|
||||
"order_id": args.get("order_id") or "PED-1001",
|
||||
"customer_id": args.get("customer_id") or "CLIENTE-001",
|
||||
"status": "EM_TRANSPORTE",
|
||||
"status": "ENTREGUE" if str(args.get("order_id") or "").upper() in {"123", "PED-ENTREGUE"} else "EM_TRANSPORTE",
|
||||
"valor_total": 349.90,
|
||||
"itens": [
|
||||
{"sku": "LIV-001", "descricao": "Livro de Arquitetura de IA", "quantidade": 1, "valor": 199.90},
|
||||
|
||||
Reference in New Issue
Block a user