Skip to content

Commit cef3d53

Browse files
authored
formatting updates to examples doc (#249)
2 parents 249bb56 + d295a53 commit cef3d53

File tree

1 file changed

+22
-19
lines changed

1 file changed

+22
-19
lines changed

Diff for: docs/examples.md

+22-19
Original file line numberDiff line numberDiff line change
@@ -5,29 +5,32 @@ Check out a variety of sample implementations of the SDK in the examples section
55

66
## Categories
77

8-
- **agent_patterns**
9-
Examples in this category illustrate common agent design patterns, such as:
10-
- Deterministic workflows
11-
- Agents as tools
12-
- Parallel agent execution
13-
14-
- **basic**
15-
These examples showcase foundational capabilities of the SDK, such as:
16-
- Dynamic system prompts
17-
- Streaming outputs
18-
- Lifecycle events
19-
20-
- **tool examples**
8+
- **agent_patterns:**
9+
Examples in this category illustrate common agent design patterns, such as
10+
11+
- Deterministic workflows
12+
- Agents as tools
13+
- Parallel agent execution
14+
15+
- **basic:**
16+
These examples showcase foundational capabilities of the SDK, such as
17+
18+
- Dynamic system prompts
19+
- Streaming outputs
20+
- Lifecycle events
21+
22+
- **tool examples:**
2123
Learn how to implement OAI hosted tools such as web search and file search,
2224
and integrate them into your agents.
2325

24-
- **model providers**
26+
- **model providers:**
2527
Explore how to use non-OpenAI models with the SDK.
2628

27-
- **handoffs**
29+
- **handoffs:**
2830
See practical examples of agent handoffs.
2931

30-
- **customer_service & research_bot**
31-
Two more built-out examples that illustrate real-world applications:
32-
- **customer_service**: Example customer service system for an airline.
33-
- **research_bot**: Simple deep research clone.
32+
- **customer_service** and **research_bot:**
33+
Two more built-out examples that illustrate real-world applications
34+
35+
- **customer_service**: Example customer service system for an airline.
36+
- **research_bot**: Simple deep research clone.

0 commit comments

Comments
 (0)