You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: 02_frameworks/1_openai/README.md
+8-9Lines changed: 8 additions & 9 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -7,13 +7,12 @@ This directory contains comprehensive documentation, guides, tutorials, and code
7
7
8
8
9
9
### Contents:
10
-
#### 1. Documents
11
-
-[OpenAI Agents (Concepts and Setup)](./openai_agents_overview.md): Key concepts and basic setup for OpenAI agentic systems.
12
-
-[OpenAI Agents SDK (Comprehensive Guide)](./openai_agents_sdk.md): Comprehensive guide and code examples for building agents with the OpenAI Agents SDK.
13
-
-[OpenAI API Quickstart](./openai_api_quickstart.md): Fast start guide for using the OpenAI API for generative tasks.
14
-
-[OpenAI Agents Design Guide (Summary)](./openai-agents-design-guide.md): Design principles and structure for OpenAI agents.
10
+
-[**OpenAI Agents (Overview)**](./openai_agents_overview.md): Key concepts and basic setup for OpenAI agentic systems.
11
+
-[**OpenAI Agents SDK (Comprehensive Guide)**](./openai_agents_sdk.md): Comprehensive guide and code examples for building agents with the OpenAI Agents SDK.
12
+
-[**OpenAI API Quickstart**](./openai_api_quickstart.md): Fast start guide for using the OpenAI API for generative tasks.
13
+
-[**OpenAI Agents Design Guide** (Summary)](../../03_system_design/cookbooks/openai-agents-design-guide.md): Design principles and structure for OpenAI agents.
15
14
16
-
####2. Code
17
-
- Comprehensive starter codes for building agents with the OpenAI Agents SDK can be found in the [code](./code/README.md)including:
0 commit comments