AI Classify
指定したカテゴリのいずれか 1 つにテキストを分類し、選択されたラベルを保存します(If でワークフローを分岐)。
AIAIClassify
概要
指定したカテゴリのいずれか 1 つにテキストを分類し、選択されたラベルを保存します(If でワークフローを分岐)。
Classify text into exactly one of the categories you give, and store the chosen label (route the workflow with an If).
パラメータ
| パラメータ | 型 | 必須 | 既定値 | 説明 |
|---|---|---|---|---|
| API base URL | string | 必須 | http://localhost:11434/v1 | OpenAI-compatible base. Default = local Ollama (offline). 変数に対応 |
| API key (blank for local) | string | 任意 | Bearer token for cloud providers. 変数に対応 | |
| Model | string | 必須 | llama3 | 例: llama3 変数に対応 |
| Text to classify | multiline | 必須 | 例: {{{ticketBody}}} 変数に対応 | |
| Categories | multiline | 必須 | One category per line (or comma-separated). The model must pick exactly one of these. 例: billing
technical support
sales
other 変数に対応 | |
| Timeout (seconds) | number | 任意 | 180 | |
| Store category in | variable | 必須 | 例: category |