uvicorn app.main:app --reloadInvoke-RestMethod -Method POST `
-Uri "http://localhost:8000/api/v1/agent/invoke" `
-Headers @{ "Content-Type" = "application/json" } `
-Body '{"query": "计算一下 15 * (23 + 17) 等于多少?"}'Invoke-RestMethod -Method POST `
-Uri "http://localhost:8000/api/v1/agent/invoke" `
-Headers @{ "Content-Type" = "application/json" } `
-Body '{"query": "现在几点了?然后告诉我这个时间加上2小时30分钟是什么时间?"}'