Skip to content

Commit 91438d9

Browse files
authored
Merge pull request #76 from Serverless-Devs/fix/agentscope-toolset-wrong-conversion
fix(agentscope): use correct to_agentscope() instead of to_crewai() i…
2 parents 1d658fb + f3577e4 commit 91438d9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

agentrun/integration/agentscope/builtin.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ def toolset(
4343
"""将内置工具集封装为 LangChain ``StructuredTool`` 列表。 / AgentScope Built-in Integration Functions"""
4444

4545
ts = _toolset(input=name, config=config)
46-
return ts.to_crewai(
46+
return ts.to_agentscope(
4747
prefix=prefix,
4848
modify_tool_name=modify_tool_name,
4949
filter_tools_by_name=filter_tools_by_name,

0 commit comments

Comments
 (0)