mirror of
https://github.com/alibaba/higress.git
synced 2026-05-28 14:47:29 +08:00
mcp: support amap auto ip detection (#2041)
This commit is contained in:
@@ -34,7 +34,7 @@ type WeatherRequest struct {
|
||||
}
|
||||
|
||||
func (t WeatherRequest) Description() string {
|
||||
return "根据城市名称或者标准adcode查询指定城市的天气"
|
||||
return "根据城市名称或者标准adcode查询指定城市的天气,城市名称可以通过maps_ip_location工具获取"
|
||||
}
|
||||
|
||||
func (t WeatherRequest) InputSchema() map[string]any {
|
||||
|
||||
Reference in New Issue
Block a user