We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3d6000f commit a0dd833Copy full SHA for a0dd833
stackone_ai/toolset.py
@@ -629,7 +629,7 @@ def fetch_tools(
629
if actions:
630
all_tools = [tool for tool in all_tools if self._filter_by_action(tool.name, actions)]
631
632
- return Tools(all_tools, _semantic_client=self.semantic_client)
+ return Tools(all_tools, _semantic_client=self._semantic_client)
633
634
except ToolsetError:
635
raise
0 commit comments