Skip to content

formatting updates to examples doc #249

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Mar 19, 2025
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
41 changes: 22 additions & 19 deletions docs/examples.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,29 +5,32 @@ Check out a variety of sample implementations of the SDK in the examples section

## Categories

- **agent_patterns**
Examples in this category illustrate common agent design patterns, such as:
- Deterministic workflows
- Agents as tools
- Parallel agent execution

- **basic**
These examples showcase foundational capabilities of the SDK, such as:
- Dynamic system prompts
- Streaming outputs
- Lifecycle events

- **tool examples**
- **agent_patterns:**
Examples in this category illustrate common agent design patterns, such as

- Deterministic workflows
- Agents as tools
- Parallel agent execution

- **basic:**
These examples showcase foundational capabilities of the SDK, such as

- Dynamic system prompts
- Streaming outputs
- Lifecycle events

- **tool examples:**
Learn how to implement OAI hosted tools such as web search and file search,
and integrate them into your agents.

- **model providers**
- **model providers:**
Explore how to use non-OpenAI models with the SDK.

- **handoffs**
- **handoffs:**
See practical examples of agent handoffs.

- **customer_service & research_bot**
Two more built-out examples that illustrate real-world applications:
- **customer_service**: Example customer service system for an airline.
- **research_bot**: Simple deep research clone.
- **customer_service** and **research_bot:**
Two more built-out examples that illustrate real-world applications

- **customer_service**: Example customer service system for an airline.
- **research_bot**: Simple deep research clone.