# 文章の表現変換アプリ

文章の表現変換アプリでは、特定の文章を対象者や利用場面に合わせて適切な文章へと変換してくれるアプリです。

<figure><img src="https://3244404108-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FR2CRA2CisD1pVQUgqd1g%2Fuploads%2FZ0aDhs3G2GkRqHdnKtdw%2F%E3%82%B9%E3%82%AF%E3%83%AA%E3%83%BC%E3%83%B3%E3%82%B7%E3%83%A7%E3%83%83%E3%83%88%202024-10-29%2017.30.39.png?alt=media&#x26;token=4a94bb2e-e738-4e26-af8d-07440e439ebf" alt=""><figcaption></figcaption></figure>

下記の入力例を元に結果を出力します。

## 入力例 <a href="#example1" id="example1"></a>

* **誰を対象とした文章へ変換しますか？：**&#x5B50;ども
* **この文章の利用場面：**&#x30B2;ーム
* **表現を変えたい文章：**&#x43;hatGPTは、自然言語処理を活用したAIモデルで、人間のような自然な対話を実現します。豊富なデータから学習し、文脈を理解し、適切な応答を生成します。ビジネス環境では、顧客対応、情報提供、タスクの自動化など幅広い用途に活用され、効率的なコミュニケーションや意思決定を支援します。

<figure><img src="https://3244404108-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FR2CRA2CisD1pVQUgqd1g%2Fuploads%2FVL41CGRFjzPl62e49aox%2F%E3%82%B9%E3%82%AF%E3%83%AA%E3%83%BC%E3%83%B3%E3%82%B7%E3%83%A7%E3%83%83%E3%83%88%202024-10-29%2017.31.33.png?alt=media&#x26;token=57af7808-972f-497a-8c30-b35ac8593528" alt=""><figcaption></figcaption></figure>

## 結果例 <a href="#example2" id="example2"></a>

入力例の内容で生成を実施すると下記のような結果が生成されます。

生成された文章は、その場で編集やコピー、ファイルとしてダウンロード(txt・PDF・docx)が可能です。

<figure><img src="https://3244404108-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FR2CRA2CisD1pVQUgqd1g%2Fuploads%2FBXxGAPA8WpVUXvLszt6c%2F%E3%82%B9%E3%82%AF%E3%83%AA%E3%83%BC%E3%83%B3%E3%82%B7%E3%83%A7%E3%83%83%E3%83%88%202024-10-29%2017.32.59.png?alt=media&#x26;token=8a8cc14e-c67c-4d21-a0e1-da634d7c0a94" alt=""><figcaption></figcaption></figure>

{% code overflow="wrap" %}

```
ChatGPTっていうのは、おしゃべりが得意なロボットみたいなものだよ。人と話すみたいに、いろんなことを学んで、何にでも答えられるんだ。お店や会社では、お客さんと話したり、いろいろな仕事を手伝ってくれるんだよ。だから、みんながもっと楽にお話しできたり、決め事をするのが早くなるんだね。
```

{% endcode %}

## アプリ編集画面 <a href="#edit" id="edit"></a>

標準で用意されているインプット項目とLLMモデル・プロンプトは下記の内容になります。

### インプット <a href="#input" id="input"></a>

利用者に入力してもらいたい項目を3つご用意しています。

インプット項目は追加や削除、入力形式(インプットタイプ)の変更をすることができます。

<figure><img src="https://3244404108-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FR2CRA2CisD1pVQUgqd1g%2Fuploads%2FUbS5DApVaro19PmD7x3w%2Fimage.png?alt=media&#x26;token=bd87db47-827e-461c-898c-ea61043b4fcb" alt=""><figcaption></figcaption></figure>

* **誰を対象とした文章へ変換しますか？（例：法人、社内、子ども）**
  * 変数：@persona
  * インプットタイプ：テキスト
* **この文章の利用場面（例：手紙、記事、ゲーム）**
  * 変数：@text\_taste
  * インプットタイプ：テキスト
* **表現を変えたい文章**
  * 変数：@text
  * インプットタイプ：テキスト

#### **インプットのOne Pointアドバイス** <a href="#input_onepoint" id="input_onepoint"></a>

{% hint style="info" %}
対象や利用場面がいくつかの候補に決まっている場合は、テキスト形式のインプットではなく、単一選択で候補を提示するか、プロンプトで定めておくことで、インプット内容を最小限んにすることが可能です。
{% endhint %}

### LLMモデル <a href="#model" id="model"></a>

標準モデルは「OPENAI GPT-4 Turbo」がセットされています。

{% hint style="warning" %}
モデルを変更することで生成結果の仕上がりが変わる場合があります。
{% endhint %}

### プロンプト <a href="#prompt" id="prompt"></a>

{}で囲まれているものはインプットで設定されている変数が当てはめられており、プロンプト記載欄の下にチップの形で表示されている変数をクリックすると簡単に記載ができます。

{% hint style="warning" %}
インプットの変数を変更した際は、プロンプト内の変数も変更する必要があります。
{% endhint %}


---

# 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.allganize.ai/alli-llm-app-market/app-market/default-apps/other/converting_expressions.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.
