# 講演タイトルの作成

PR記事の下書作成アプリでは、「講演テーマ」を入力することで自動でタイトル案を10個作成します。

<figure><img src="https://3244404108-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FR2CRA2CisD1pVQUgqd1g%2Fuploads%2FtMblc7SHoAxrOLBZIL2a%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%2014.11.04.png?alt=media&#x26;token=577b4ad5-eca7-4b67-87a7-c970b33ed10d" alt=""><figcaption></figcaption></figure>

下記の入力例を基に講演タイトルを生成します。

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

**講演のテーマ：**&#x751F;成AIの社内活用の課題と今後

<figure><img src="https://3244404108-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FR2CRA2CisD1pVQUgqd1g%2Fuploads%2FLZfUM2PQcpdVsDQPp8i1%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%2014.11.51.png?alt=media&#x26;token=2999b52c-a357-4f8f-b60b-91bd0b8e4f46" alt=""><figcaption></figcaption></figure>

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

<figure><img src="https://3244404108-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FR2CRA2CisD1pVQUgqd1g%2Fuploads%2FBW3sIwh3rI1d7SMxUs1C%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%2014.12.44.png?alt=media&#x26;token=4aecdf51-e556-49ef-bb96-1924f8fa90fa" alt=""><figcaption></figcaption></figure>

<pre data-overflow="wrap"><code><strong>・未来を切り開く！生成AIの社内活用術とその壁
</strong>・社内イノベーションの鍵！生成AI活用のリアルと展望
・生成AI導入の落とし穴と克服戦略：企業が直面する現実
・生成AIで変わる職場環境：社内活用の成功例と教訓
・社内コミュニケーション革命！生成AIの可能性と課題
・生成AIと共に働く未来：社内活用の最前線とは？
・生成AIを活用した業務改革：社内での挑戦と成果の事例
・社内活用を成功に導く生成AIの戦略的取り組み方
・生成AIの社内導入：効果を最大化するためのポイント
・生成AIと人間が共存する職場：社内活用の新たな潮流
</code></pre>

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

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

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

利用者からのインプット項目を1つご用意しています。

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

<figure><img src="https://3244404108-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FR2CRA2CisD1pVQUgqd1g%2Fuploads%2FtiD9yrW92EL6qEez51Pn%2Fimage.png?alt=media&#x26;token=2aea206a-b4ff-4c98-93dc-d0387e7d99a5" alt=""><figcaption></figcaption></figure>

* 講演のテーマ
  * 変数：@theme
  * インプットタイプ：テキスト

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

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

{% hint style="warning" %}
モデルを変更することで生成結果は異なります。
{% endhint %}

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

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

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

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

{% hint style="info" %}
生成するアイディアの数を変更することが可能です。

タイトルを生成するアプリとして、講演以外のタイトルを生成するアプリ作成も可能です。プロンプトを参考に自社で利用の可能性があるタイトル生成アプリをご作成ください。
{% 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/marketing/lecture_title.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.
