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 49b1a5b commit 144b691Copy full SHA for 144b691
sentry_sdk/integrations/langchain.py
@@ -78,7 +78,7 @@ class LangchainIntegration(Integration):
78
origin = f"auto.ai.{identifier}"
79
80
def __init__(self, include_prompts=True, max_spans=None):
81
- # type: (LangchainIntegration, bool, int) -> None
+ # type: (LangchainIntegration, bool, Optional[int]) -> None
82
self.include_prompts = include_prompts
83
self.max_spans = max_spans
84
0 commit comments