类的使用
io.agentscope.core.tool.subagent.SubAgentConfig
使用SubAgentConfig的程序包
-
io.agentscope.core.skill中SubAgentConfig的使用
参数类型为SubAgentConfig的io.agentscope.core.skill中的方法修饰符和类型方法说明SkillBox.SkillRegistration.subAgent(SubAgentProvider<?> provider, SubAgentConfig config) Register a sub-agent as a tool with custom configuration. -
io.agentscope.core.tool中SubAgentConfig的使用
参数类型为SubAgentConfig的io.agentscope.core.tool中的方法修饰符和类型方法说明Toolkit.ToolRegistration.subAgent(SubAgentProvider<?> provider, SubAgentConfig config) Register a sub-agent as a tool with custom configuration. -
io.agentscope.core.tool.subagent中SubAgentConfig的使用
修饰符和类型方法说明SubAgentConfig.Builder.build()Builds the configuration.static SubAgentConfigSubAgentConfig.defaults()Creates a default configuration.限定符构造器说明SubAgentTool(SubAgentProvider<?> agentProvider, SubAgentConfig config) Creates a new SubAgentTool.