Skip to content

Commit

Permalink
Documentation updated
Browse files Browse the repository at this point in the history
  • Loading branch information
yohasebe committed Dec 8, 2024
1 parent 6c92e2f commit 7d21671
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 0 deletions.
6 changes: 6 additions & 0 deletions docs/faq-basic-apps.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# FAQ: Basic Applications

**Q**: Is there an easy way to extend the basic apps without programming?

**A**: Yes, after selecting an appropriate basic app, you can freely change settings such as system prompts on the Web UI. You can also export the session in the modified state and call the same state when needed.

![](./assets/images/monadic-chat-session.png ':size=400')

**Q**: What is the difference between the `Code Interpreter` app and the `Coding Assistant` and `Jupyter Notebook` apps?

**A**: The `Code Interpreter` app is an application that runs Python scripts using the Python interpreter on the Python container. You can not only ask the AI agent to write Python code but also actually run it and get the results. In addition to Python scripts, you can also read and process CSV files, Microsoft Office files, and audio files (MP3, WAV).
Expand Down
6 changes: 6 additions & 0 deletions docs/ja/faq-basic-apps.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# FAQ: 基本アプリ

**Q**: プログラミングなしで、簡単に基本アプリを拡張する方法はありますか?

**A**: はい、適当な基本アプリを選択した後、Web UI上でシステムプロンプトなどの設定を自由に変更することができます。また、変更した状態でセッションをエクスポートすることで、必要な時に同じ状態を呼び出すことができます。

![](./assets/images/monadic-chat-session.png ':size=400')

**Q**: `Code Interpreter`アプリと`Coding Assistant``Jupyter Notebook`アプリの違いは何ですか?

**A**: `Code Interpreter`アプリは、Pythonコンテナ上のPython処理系を利用してPythonスクリプトを実行するアプリです。AIエージェントにPythonコードを書いてもらうだけでなく、実際に実行して結果を得ることができます。また、Pythonスクリプト以外にも、CSVファイル、Microsoft Officeファイル、オーディオファイル(MP3, WAV)を読み込んで処理することができます。
Expand Down

0 comments on commit 7d21671

Please sign in to comment.