Skip to content

Commit 2ffcbc6

Browse files
committed
add import for StrOutputParser
1 parent b25ee21 commit 2ffcbc6

File tree

1 file changed

+1
-0
lines changed
  • docs/platforms/python/integrations/langchain

1 file changed

+1
-0
lines changed

docs/platforms/python/integrations/langchain/index.mdx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -78,6 +78,7 @@ Verify that the integration works by inducing an error:
7878

7979
```python
8080
from langchain_openai import ChatOpenAI
81+
from langchain_core.output_parsers import StrOutputParser
8182
import sentry_sdk
8283

8384
sentry_sdk.init(...) # same as above

0 commit comments

Comments
 (0)