# 金額単位の変換

百万円などの単位を含む金額表現を数値のみに変換したり、数値を指定単位の金額表現に変換します。（例：123億4百万円→12,304,000,000、10,000,000→10百万円）

<figure><img src="/files/U9R2Zv22xmcBe0I3MwdB" alt=""><figcaption></figcaption></figure>

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

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

* 変更したい数値を入力してください：123億4百万円
* 変換方法：単位を含む金額を数値のみに変換

<figure><img src="/files/9xO07NH6lOqjqtnqIQQe" alt=""><figcaption></figcaption></figure>

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

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

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

<figure><img src="/files/MzrdjtofT8KmjGlK9NiB" alt=""><figcaption></figcaption></figure>

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

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

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

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

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

<figure><img src="/files/VCMMLuD9yS23AyohQwsX" alt=""><figcaption></figcaption></figure>

* **変更したい数値を入力してください**
  * 変数：@number
  * インプットタイプ：テキスト
* **変換方法**
  * 変数：@conversion
  * インプットタイプ：単一選択
    * 単位を含む金額を数値のみに変換
    * 「千万円」単位に変換
    * 「百万円」単位に変換

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

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

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

### プロンプト <a href="#purompt" id="purompt"></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/no.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.
