Skip to content

Commit 7fd72fd

Browse files
docs: update translated document pages (#2483)
1 parent 980ca3f commit 7fd72fd

6 files changed

Lines changed: 466 additions & 316 deletions

File tree

docs/ja/examples.md

Lines changed: 30 additions & 28 deletions
Original file line numberDiff line numberDiff line change
@@ -9,87 +9,89 @@ search:
99
## カテゴリー
1010

1111
- **[agent_patterns](https://github.com/openai/openai-agents-python/tree/main/examples/agent_patterns):**
12-
このカテゴリーのコード例は、次のような一般的なエージェント設計パターンを示します。
12+
このカテゴリーの例は、次のような一般的なエージェント設計パターンを示します。
1313

1414
- 決定論的ワークフロー
1515
- Agents as tools
1616
- 並列エージェント実行
1717
- 条件付きツール使用
1818
- 入出力ガードレール
19-
- 審査員としての LLM
19+
- 審判としての LLM
2020
- ルーティング
2121
- ストリーミング ガードレール
2222

2323
- **[basic](https://github.com/openai/openai-agents-python/tree/main/examples/basic):**
24-
これらのコード例では、次のような SDK の基礎的な機能を紹介します
24+
これらの例は、次のような SDK の基本的な機能を紹介します
2525

26-
- Hello World コード例 (デフォルトモデル、GPT-5、オープンウェイトモデル)
26+
- Hello World の例 (デフォルトモデル、GPT-5、open-weight model)
2727
- エージェントのライフサイクル管理
28-
- 動的なシステムプロンプト
29-
- ストリーミング 出力 (テキスト、items、関数呼び出し args)
28+
- 動的システムプロンプト
29+
- ストリーミング出力 (テキスト、items、function call args)
3030
- プロンプトテンプレート
3131
- ファイル処理 (ローカルとリモート、画像と PDF)
32-
- 使用状況トラッキング
33-
- 非厳密な出力型
32+
- 使用量トラッキング
33+
- 非厳格な出力型
3434
- 以前の response ID の使用
3535

3636
- **[customer_service](https://github.com/openai/openai-agents-python/tree/main/examples/customer_service):**
3737
航空会社向けのカスタマーサービスシステムの例です。
3838

3939
- **[financial_research_agent](https://github.com/openai/openai-agents-python/tree/main/examples/financial_research_agent):**
40-
金融データ分析のためのエージェントとツールを用いた structured なリサーチワークフローを示す、金融リサーチエージェントです
40+
金融データ分析のためのエージェントとツールを用いた、構造化されたリサーチワークフローを示す金融リサーチ エージェントです
4141

4242
- **[handoffs](https://github.com/openai/openai-agents-python/tree/main/examples/handoffs):**
43-
メッセージフィルタリングを伴うエージェントのハンドオフの実践的なコード例をご覧ください
43+
メッセージフィルタリングを用いた、実用的なエージェントのハンドオフの例をご覧ください
4444

4545
- **[hosted_mcp](https://github.com/openai/openai-agents-python/tree/main/examples/hosted_mcp):**
46-
hosted MCP (Model context protocol) のコネクターと承認を使用する方法を示すコード例です
46+
hosted MCP (Model context protocol) のコネクターと承認の使い方を示す例です
4747

4848
- **[mcp](https://github.com/openai/openai-agents-python/tree/main/examples/mcp):**
49-
次を含め、MCP (Model context protocol) を用いてエージェントを構築する方法を学びます
49+
MCP (Model context protocol) を使ってエージェントを構築する方法を学びます。内容は次のとおりです
5050

51-
- Filesystem コード例
52-
- Git コード例
53-
- MCP プロンプトサーバーのコード例
54-
- SSE (Server-Sent Events) コード例
55-
- ストリーミング可能な HTTP コード例
51+
- ファイルシステムの例
52+
- Git の例
53+
- MCP プロンプト サーバーの例
54+
- SSE (Server-Sent Events) の例
55+
- ストリーム可能な HTTP の例
5656

5757
- **[memory](https://github.com/openai/openai-agents-python/tree/main/examples/memory):**
58-
次を含め、エージェント向けのさまざまなメモリ実装のコード例です
58+
エージェント向けのさまざまなメモリ実装の例です。内容は次のとおりです
5959

6060
- SQLite セッションストレージ
6161
- 高度な SQLite セッションストレージ
6262
- Redis セッションストレージ
6363
- SQLAlchemy セッションストレージ
64-
- 暗号化セッションストレージ
64+
- 暗号化されたセッションストレージ
6565
- OpenAI セッションストレージ
6666

6767
- **[model_providers](https://github.com/openai/openai-agents-python/tree/main/examples/model_providers):**
68-
カスタムプロバイダーや LiteLLM 統合を含め、SDK OpenAI 以外のモデルを使用する方法を確認します
68+
カスタムプロバイダーや LiteLLM 連携を含め、SDK で非 OpenAI モデルを使用する方法を確認します
6969

7070
- **[realtime](https://github.com/openai/openai-agents-python/tree/main/examples/realtime):**
71-
次を含め、SDK を使用してリアルタイムの体験を構築する方法を示すコード例です
71+
SDK を使ってリアルタイム体験を構築する方法を示す例です。内容は次のとおりです
7272

7373
- Web アプリケーション
74-
- コマンドラインインターフェース
75-
- Twilio 統合
74+
- コマンドライン インターフェース
75+
- Twilio 連携
7676

7777
- **[reasoning_content](https://github.com/openai/openai-agents-python/tree/main/examples/reasoning_content):**
78-
reasoning content と structured outputs を扱う方法を示すコード例です
78+
reasoning content と structured outputs の扱い方を示す例です
7979

8080
- **[research_bot](https://github.com/openai/openai-agents-python/tree/main/examples/research_bot):**
81-
複雑なマルチエージェントのリサーチワークフローを示す、シンプルな ディープリサーチ クローンです。
81+
複雑なマルチエージェントによるリサーチワークフローを示す、シンプルな ディープリサーチ クローンです。
8282

8383
- **[tools](https://github.com/openai/openai-agents-python/tree/main/examples/tools):**
84-
次を含め、OpenAI がホストするツール と、実験的な Codex ツール群を実装する方法を学びます
84+
OpenAI がホストするツール と、次のような実験的な Codex ツール機能の実装方法を学びます
8585

8686
- Web 検索 と、フィルター付き Web 検索
8787
- ファイル検索
8888
- Code Interpreter
89+
- インラインスキルを備えた Hosted container shell (`examples/tools/container_shell_inline_skill.py`)
90+
- スキル参照を備えた Hosted container shell (`examples/tools/container_shell_skill_reference.py`)
8991
- コンピュータ操作
9092
- 画像生成
9193
- 実験的な Codex ツールのワークフロー (`examples/tools/codex.py`)
92-
- 実験的な Codex 同一スレッドのワークフロー (`examples/tools/codex_same_thread.py`)
94+
- 実験的な Codex の同一スレッド ワークフロー (`examples/tools/codex_same_thread.py`)
9395

9496
- **[voice](https://github.com/openai/openai-agents-python/tree/main/examples/voice):**
95-
ストリーミング音声のコード例を含め、TTS STT モデルを使用した音声エージェントのコード例をご覧ください
97+
ストリーミング音声の例を含め、TTS および STT モデルを使用する音声エージェントの例をご覧ください

0 commit comments

Comments
 (0)