We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 1d658fb + f3577e4 commit 91438d9Copy full SHA for 91438d9
agentrun/integration/agentscope/builtin.py
@@ -43,7 +43,7 @@ def toolset(
43
"""将内置工具集封装为 LangChain ``StructuredTool`` 列表。 / AgentScope Built-in Integration Functions"""
44
45
ts = _toolset(input=name, config=config)
46
- return ts.to_crewai(
+ return ts.to_agentscope(
47
prefix=prefix,
48
modify_tool_name=modify_tool_name,
49
filter_tools_by_name=filter_tools_by_name,
0 commit comments