We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a3a34a6 commit 5cad655Copy full SHA for 5cad655
1 file changed
.github/workflows/examples-integration-test.yml
@@ -36,6 +36,7 @@ jobs:
36
- { path: 'examples/openai/openai_example_async.py', name: 'OpenAI Async' }
37
- { path: 'examples/openai/multi_tool_orchestration.py', name: 'OpenAI Multi-Tool' }
38
- { path: 'examples/openai/web_search.py', name: 'OpenAI Web Search' }
39
+ - { path: 'examples/openai/o3_responses_example.py', name: 'OpenAI o3 Responses' }
40
41
# Anthropic examples
42
- { path: 'examples/anthropic/anthropic-example-sync.py', name: 'Anthropic Sync' }
0 commit comments