Skip to content

Commit 84fa471

Browse files
docs: update translated document pages (#2486)
1 parent c6f90cf commit 84fa471

6 files changed

Lines changed: 376 additions & 349 deletions

File tree

docs/ja/examples.md

Lines changed: 38 additions & 37 deletions
Original file line numberDiff line numberDiff line change
@@ -2,60 +2,60 @@
22
search:
33
exclude: true
44
---
5-
# コード例
5+
#
66

7-
[repo](https://github.com/openai/openai-agents-python/tree/main/examples) の examples セクションで、SDK のさまざまなサンプル実装をご覧ください。examples は、異なるパターンと機能を示す複数のカテゴリーに整理されています。
7+
[repo](https://github.com/openai/openai-agents-python/tree/main/examples) の examples セクションで、SDK のさまざまなサンプル実装をご確認ください。examples は、異なるパターンと機能を示す複数のカテゴリーに整理されています。
88

99
## カテゴリー
1010

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

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

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

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

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

3939
- **[financial_research_agent](https://github.com/openai/openai-agents-python/tree/main/examples/financial_research_agent):**
40-
金融データ分析のためのエージェントとツールを用いた、構造化されたリサーチワークフローを示す金融リサーチ エージェントです
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 MCPModel context protocol)コネクターと承認の使い方を示す examples です
4747

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

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

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

6060
- SQLite セッションストレージ
6161
- 高度な SQLite セッションストレージ
@@ -65,33 +65,34 @@ search:
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 を使用してリアルタイム体験を構築する方法を示す examples です。以下を含みます
7272

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

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

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

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

8687
- Web 検索 と、フィルター付き Web 検索
8788
- ファイル検索
8889
- Code Interpreter
89-
- インラインスキルを備えた Hosted container shell (`examples/tools/container_shell_inline_skill.py`)
90-
- スキル参照を備えた Hosted container shell (`examples/tools/container_shell_skill_reference.py`)
90+
- インラインスキル付きのホスト型コンテナシェル(`examples/tools/container_shell_inline_skill.py`
91+
- スキル参照付きのホスト型コンテナシェル(`examples/tools/container_shell_skill_reference.py`
9192
- コンピュータ操作
9293
- 画像生成
93-
- 実験的な Codex ツールのワークフロー (`examples/tools/codex.py`)
94-
- 実験的な Codex の同一スレッド ワークフロー (`examples/tools/codex_same_thread.py`)
94+
- 実験的な Codex ツールワークフロー(`examples/tools/codex.py`
95+
- 実験的な Codex 同一スレッドワークフロー(`examples/tools/codex_same_thread.py`
9596

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

0 commit comments

Comments
 (0)