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 248d7c2 commit fcebad9Copy full SHA for fcebad9
libs/ibm/langchain_ibm/toolkit.py
@@ -182,7 +182,7 @@ class WatsonxToolkit(BaseToolkit):
182
* True - default path to truststore will be taken
183
* False - no verification will be made"""
184
185
- _tools: Optional[List["WatsonxTool"]] = None
+ _tools: Optional[List[WatsonxTool]] = None
186
"""Tools in the toolkit."""
187
188
_watsonx_toolkit: Optional[Toolkit] = PrivateAttr(default=None) #: :meta private:
0 commit comments