recommend_poi

安装量: 40
排名: #17789

安装

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

recommend_poi This skill is used by the dynamic structured output demo. Output JSON Schema { "type" : "object" , "properties" : { "poi" : { "type" : "string" , "description" : "Point of interest" } , "city" : { "type" : "string" , "description" : "City name" } , "score" : { "type" : "integer" , "description" : "A deterministic score" } } , "required" : [ "poi" , "city" , "score" ] , "additionalProperties" : false } Commands Print JSON result to stdout: cat result.json

返回排行榜