Skip to content

Commit f4b400c

Browse files
committed
updates
1 parent 3dc47fa commit f4b400c

26 files changed

+86
-4
lines changed

docs/examples.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,13 +77,14 @@ Check out a variety of sample implementations of the SDK in the examples section
7777
Simple deep research clone that demonstrates complex multi-agent research workflows.
7878

7979
- **[tools](https://github.com/openai/openai-agents-python/tree/main/examples/tools):**
80-
Learn how to implement OAI hosted tools such as:
80+
Learn how to implement OAI hosted tools and experimental Codex tooling such as:
8181

8282
- Web search and web search with filters
8383
- File search
8484
- Code interpreter
8585
- Computer use
8686
- Image generation
87+
- Experimental Codex tool workflows (`examples/tools/codex.py`)
8788

8889
- **[voice](https://github.com/openai/openai-agents-python/tree/main/examples/voice):**
8990
See examples of voice agents, using our TTS and STT models, including streamed voice examples.

docs/ref/agent_tool_input.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
# `Agent Tool Input`
2+
3+
::: agents.agent_tool_input

docs/ref/agent_tool_state.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
# `Agent Tool State`
2+
3+
::: agents.agent_tool_state
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
# `Session Settings`
2+
3+
::: agents.memory.session_settings

docs/ref/run_config.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
# `Run Config`
2+
3+
::: agents.run_config

docs/ref/run_error_handlers.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
# `Run Error Handlers`
2+
3+
::: agents.run_error_handlers
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
# `Agent Runner Helpers`
2+
3+
::: agents.run_internal.agent_runner_helpers

docs/ref/run_internal/approvals.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
# `Approvals`
2+
3+
::: agents.run_internal.approvals
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
# `Error Handlers`
2+
3+
::: agents.run_internal.error_handlers
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
# `Guardrails`
2+
3+
::: agents.run_internal.guardrails

0 commit comments

Comments
 (0)