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: examples/openai/README.md
+3-5Lines changed: 3 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -39,18 +39,16 @@ Example: `web_search`
39
39
This example demonstrates:
40
40
- Web search functionality
41
41
42
-
### 5. o3 Responses API Integration
42
+
### 5. o3 Responses API
43
43
44
-
Example: `o3_responses_integration_test` and `test_o3_integration`
44
+
Example: `o3_responses_example`
45
45
46
-
These examples demonstrate:
46
+
This example demonstrates:
47
47
- OpenAI's o3 reasoning model with the Responses API
48
48
- Tool calls and structured reasoning
49
49
- Complex decision-making scenarios
50
50
- AgentOps integration with reasoning models
51
51
52
-
See `README_o3_integration.md` for detailed documentation.
53
-
54
52
## AgentOps Integration
55
53
56
54
These examples show how to use AgentOps to monitor and analyze your AI applications. AgentOps automatically instruments your OpenAI calls to provide insights into performance, usage patterns, and model behavior.
0 commit comments