Skip to content

Commit 248d7c2

Browse files
fix pydantic error (#67)
1 parent 0ed5b0e commit 248d7c2

File tree

2 files changed

+31
-87
lines changed

2 files changed

+31
-87
lines changed

libs/ibm/langchain_ibm/toolkit.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -182,7 +182,7 @@ class WatsonxToolkit(BaseToolkit):
182182
* True - default path to truststore will be taken
183183
* False - no verification will be made"""
184184

185-
_tools: Optional[List[WatsonxTool]] = None
185+
_tools: Optional[List["WatsonxTool"]] = None
186186
"""Tools in the toolkit."""
187187

188188
_watsonx_toolkit: Optional[Toolkit] = PrivateAttr(default=None) #: :meta private:

0 commit comments

Comments
 (0)