> For the complete documentation index, see [llms.txt](https://docs.cherryai.com.cn/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.cherryai.com.cn/docs/jp/advanced-basic/chat.md).

# 会話の応用

【会話】は、やり取りしながら思考を整理するのに適しています。単一モデルでのQ\&Aに加え、複数モデルを横並びで比較したり、任意のメッセージから分岐を作成したり、長い会話のコンテキストを管理したり、返信内のファイル・画像・コード・引用を成果物として引き続き利用できます。

{% hint style="info" %}
タスクでローカルファイルの継続的な読み書き、複数のツールの呼び出し、長時間の実行が必要な場合は、【作業】の Agent を使用してください。会話は議論、比較、仕上げに向いており、Agent は実行に向いています。
{% endhint %}

<figure><img src="/files/23a1a3ab72762fc8f348a32a38ac7fc6d08c2177" alt="对话进阶中从完整问题到比较、分支和产物的选择流程图"><figcaption><p>質問と出力要件は、まず最後まで書き切ってください。相互検証が必要な場合にのみ、モデル比較やメッセージ分岐を追加します。</p></figcaption></figure>

## 目的に応じて機能を選ぶ

| 目的                  | 推奨される方法                                |
| ------------------- | -------------------------------------- |
| 異なるモデルの見解を比較する      | 入力欄で複数のモデルを選択してから、同じ質問を送信する            |
| 元の議論を残しつつ、別の考え方を探る  | 重要なメッセージから分岐を作成する                      |
| 非常に長い議論を続ける         | コンテキスト使用量を確認し、必要なら要約して新しい話題を始める        |
| 次の質問を後で送信する         | メッセージキューを使い、現在の返信を中断する必要はありません         |
| 返信内のファイルやコードの処理を続ける | 成果物のプレビューを開き、ダウンロード、コピー、または新しいタスクで続行する |

<figure><img src="/files/669f84a3876c5c70cee085dbad895a5b9cf4b23e" alt="对话中的模型选择器和多个模型入口"><figcaption><p>モデル選択器では、同じ質問に対して1つまたは複数のモデルを選択できます。</p></figcaption></figure>

## 推奨の順序

{% stepper %}
{% step %}

### 1. まず質問を最後まで書く

目的、素材、制約、希望する出力形式を明確にします。複数モデルは元の質問の差異を拡大するだけで、不足している情報を自動で補ってはくれません。
{% endstep %}

{% step %}

### 2. その後、比較が必要かどうかを決める

異なる視点が必要なときにだけ複数モデルを選びます。日常的なQ\&Aは単一モデルにしておくと、画面が見やすく、使用量も管理しやすくなります。
{% endstep %}

{% step %}

### 3. 有効な結論を残す

再利用できる資料はノートやナレッジベースに保存します。継続して実行する必要がある作業は Agent に任せ、確認済みの結論を添えます。
{% endstep %}
{% endstepper %}

<table data-view="cards"><thead><tr><th></th><th></th><th data-hidden data-card-target data-type="content-ref"></th></tr></thead><tbody><tr><td><strong>複数モデルの比較とメッセージ分岐</strong></td><td>回答を比較しつつ、探索経路も残す</td><td><a href="/pages/09f60dc3bdec31ae022f892dc640f1c31c5b1b42">/pages/09f60dc3bdec31ae022f892dc640f1c31c5b1b42</a></td></tr><tr><td><strong>長い会話、コンテキスト、キュー待ちメッセージ</strong></td><td>長い会話を明確で制御しやすく保つ</td><td><a href="/pages/11063f8d969f9d80e14c53a9b5457eb5dc95df85">/pages/11063f8d969f9d80e14c53a9b5457eb5dc95df85</a></td></tr><tr><td><strong>成果物、引用、エクスポート</strong></td><td>本当に役立つ結果を確認し、持ち帰る</td><td><a href="/pages/598e74e7d84647dfdbf7a219424f3b907922f7b6">/pages/598e74e7d84647dfdbf7a219424f3b907922f7b6</a></td></tr></tbody></table>


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://docs.cherryai.com.cn/docs/jp/advanced-basic/chat.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
