Skip to content

Commit d8118e5

Browse files
committed
black
1 parent 273a6af commit d8118e5

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

sentry_sdk/integrations/openai_agents/patches/models.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919

2020

2121
def _create_get_model_wrapper(
22-
original_get_model: Callable[..., Any]
22+
original_get_model: Callable[..., Any],
2323
) -> Callable[..., Any]:
2424
"""
2525
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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818

1919

2020
def _create_get_all_tools_wrapper(
21-
original_get_all_tools: Callable[..., Any]
21+
original_get_all_tools: Callable[..., Any],
2222
) -> Callable[..., Any]:
2323
"""
2424
Wraps the agents.Runner._get_all_tools method of the Runner class to wrap all function tools with Sentry instrumentation.

0 commit comments

Comments
 (0)