plan_route

安装量: 39
排名: #18382

安装

npx skills add https://github.com/trpc-group/trpc-agent-go --skill plan_route

plan_route This skill is used by the dynamic structured output demo. Output JSON Schema { "type" : "object" , "properties" : { "route" : { "type" : "string" , "description" : "Route name" } , "distance_km" : { "type" : "number" , "description" : "Distance in kilometers" } , "eta_min" : { "type" : "integer" , "description" : "ETA in minutes" } } , "required" : [ "route" , "distance_km" , "eta_min" ] , "additionalProperties" : false } Commands Print JSON result to stdout: cat result.json

返回排行榜