ZaiClassify
Classifies content into one category from a comma-separated list. Returns the best matching category.
Syntax
ZaiClassify{apiKey;content;categories;model?}Arguments
| Name | Type | Required | Default |
|---|---|---|---|
| apiKey | string | Yes | - |
| content | string | Yes | - |
| categories | string | Yes | - |
| model | string | No | gemini-2.5-flash-lite |
Example
ZaiClassify{AIza...;I love this server!;positive,negative,neutral}