recommend_poi

Original🇺🇸 English
Translated

Recommend a POI in a city (schema + deterministic result).

8installs
Added on

NPX Install

npx skill4agent add trpc-group/trpc-agent-go recommend_poi

Tags

Translated version includes tags in frontmatter

recommend_poi

This skill is used by the dynamic structured output demo.

Output JSON Schema

json
{
  "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:
bash
cat result.json