import com.alibaba.cloud.ai.graph.agent.tools.PythonTool; 这个包不存在 #4567
Unanswered
1596952365
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
ReactAgent.builder()
.name("chart-agent")
.description("看板智能体 - 支持大屏和报表生成")
.model(chatModel)
.saver(new MemorySaver())
.tools(PythonTool.createPythonToolCallback(PythonTool.DESCRIPTION))
.hooks(List.of(skillsHook, shellHook))
.enableLogging(true)
.build(); PythonTool 根据官网的示例1.1.2.0版本找不到这个包是什么原因
Beta Was this translation helpful? Give feedback.
All reactions