AI Sentiment
テキストの感情を分析し、{sentiment, score, reason} を含むオブジェクトとして保存します。{{{var[sentiment]}}} で読み出せます。
概要
AI Sentiment は、AutoFlowRPA の AI カテゴリに属するノーコードの自動化ステップです。 ワークフローが到達すると、1 つのステップで処理を実行します。 7 個のパラメータを設定して、動作を細かく制御できます。 ビジュアルビルダーでワークフローにドラッグできる 369 個のコマンドの 1 つで、スクリプトは不要です。
概要
テキストの感情を分析し、{sentiment, score, reason} を含むオブジェクトとして保存します。{{{var[sentiment]}}} で読み出せます。
Analyse the sentiment of text and store an object with {sentiment, score, reason}. Read it as {{{var[sentiment]}}}.
パラメータ
| パラメータ | 型 | 必須 | 既定値 | 説明 |
|---|---|---|---|---|
| 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 analyse | multiline | 必須 | 例: {{{review}}} 変数に対応 | |
| Sentiment labels | string | 任意 | positive, neutral, negative | Comma-separated labels the model must choose from. |
| Timeout (seconds) | number | 任意 | 180 | |
| Store result in | variable | 必須 | 例: sentiment |
AI Sentiment コマンドの使い方
- 1
AutoFlowRPAを開き、AIグループからAI Sentimentコマンドをキャンバスにドラッグします。
- 2
サイドパネルでパラメータを設定します。AI Sentimentには設定可能な項目が7個あります。
- 3
ワークフローに接続してRunを押します。すべて端末上でローカルに実行されます。
よくある質問
AI Sentiment コマンドは何をしますか?
テキストの感情を分析し、{sentiment, score, reason} を含むオブジェクトとして保存します。{{{var[sentiment]}}} で読み出せます。
AI Sentiment コマンドはどのグループに属しますか?
AI SentimentはAIグループに含まれます。AutoFlowRPAはコード不要で組み合わせられる369個以上の標準コマンドを搭載しています。
AI Sentiment コマンドにパラメータはありますか?
はい。AI Sentimentには設定可能な項目が7個あり、ビジュアルノードエディタで編集できます。