ZaiClassifyCtx
Classifies the current Discord context into one category from a comma-separated list. Returns the best matching category.
Syntax
ZaiClassifyCtx{apiKey;categories;model?}Arguments
| Name | Type | Required | Default |
|---|---|---|---|
| apiKey | string | Yes | - |
| categories | string | Yes | - |
| model | string | No | gemini-2.5-flash-lite |
Example
ZaiClassifyCtx{AIza...;question,command,greeting,feedback}