# Workflows AI Assistant

Workflows AI Assistantを使うと、workflow canvasの横にあるチャットインターフェースから、Workflowsを作成、更新、デバッグできます。

Workflowを開くと、AIチャットパネルがエディタの左側に表示されます。チャットに直接質問や指示を入力して、Workflowを作成、変更、またはトラブルシューティングできます。AI Assistantが変更を加えると、workflow canvasはリアルタイムで更新されます。

canvasに集中したいときはチャットパネルを折りたたむことができ、ヘルプが必要なときは展開できます。パネルを切り替えても、canvasの表示位置は維持されます。

### Workflowsの編集

AI AssistantにWorkflowの変更を依頼できます。たとえば、次のように依頼できます:

* Workflowにオブジェクトトラッキングを追加する。
* 分類モデルが特定の結果を返した場合にのみ、現在のWorkflowが実行されるようにする。
* Workflowで使用されているモデルの信頼度しきい値を変更する。

AI Assistantはcanvas上で直接変更を行います。変更はドラフトとして自動保存されますが、明示的に公開するまでは本番のWorkflowには公開されません。

{% hint style="info" %}
AI Assistantによって作成されたブロックは、完全には設定されていない場合があります。各ブロックをクリックして、プロジェクトのニーズに合わせて設定を確認・調整してください。
{% endhint %}

### 会話履歴

サイドバーには、すべてのWorkflowsにわたる会話履歴全体が表示されます。会話を選択すると、関連するWorkflowとチャットのコンテキストが読み込まれます。同じWorkflowに対しては、「New conversation」オプションを使用して新しい会話を開始できます。

### 旧エディタ

AIチャットのないスタンドアロンのエディタを代替手段として利用できます。Workflow設定で「Use legacy editor」をクリックするとアクセスできます。


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.roboflow.com/roboflow/roboflow-jp/workflows/workflows-ai-assistant.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
