We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 273a6af commit d8118e5Copy full SHA for d8118e5
sentry_sdk/integrations/openai_agents/patches/models.py
@@ -19,7 +19,7 @@
19
20
21
def _create_get_model_wrapper(
22
- original_get_model: Callable[..., Any]
+ original_get_model: Callable[..., Any],
23
) -> Callable[..., Any]:
24
"""
25
Wraps the agents.Runner._get_model method to wrap the get_response method of the model to create a AI client span.
sentry_sdk/integrations/openai_agents/patches/tools.py
@@ -18,7 +18,7 @@
18
def _create_get_all_tools_wrapper(
- original_get_all_tools: Callable[..., Any]
+ original_get_all_tools: Callable[..., Any],
Wraps the agents.Runner._get_all_tools method of the Runner class to wrap all function tools with Sentry instrumentation.
0 commit comments