AlexStocks commented on issue #910:
URL: 
https://github.com/apache/dubbo-go-samples/issues/910#issuecomment-3257267391

   还需要做以下改进:
   1 LLM 依赖:目前仅支持 Ollama 部署的模型(.env 配置中明确说明),不支持其他 LLM 服务;
   2 业务限制:机票查询仅支持「北京」作为出发地,其他出发地无数据返回(SearchFlightTicketTool.searchFlightTicket 
中硬编码校验);
   3 CoT 改为 ReAct;
   4 llm 接口 Call 和 Invoke 合并,只留下 Call
   5 flight 数据要有搜索能力
   6 删除一下 warning
   ```
   2025-09-04 15:25:16     WARN    common/rpc_service.go:382       method 
Resume of mtype func(*health.HealthTripleServer) has wrong number of in out 
parameters 0; needs exactly 1/2
   2025-09-04 15:25:16     WARN    common/rpc_service.go:382       method 
SetServingStatus of mtype func(*health.HealthTripleServer, string, 
triple_health.HealthCheckResponse_ServingStatus) has wrong number of in out 
parameters 0; needs exactly 1/2
   2025-09-04 15:25:16     WARN    common/rpc_service.go:382       method 
Shutdown of mtype func(*health.HealthTripleServer) has wrong number of in out 
parameters 0; needs exactly 1/2
   ```
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to