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 64c2cfa commit cea38a2Copy full SHA for cea38a2
sentry_sdk/integrations/openai_agents/spans/invoke_agent.py
@@ -15,7 +15,7 @@
15
16
if TYPE_CHECKING:
17
import agents
18
- from typing import Any
+ from typing import Any, Optional
19
20
21
def invoke_agent_span(context, agent, kwargs):
0 commit comments