类的使用
io.agentscope.core.tool.ToolCallParam
使用ToolCallParam的程序包
程序包
说明
-
io.agentscope.core.tool中ToolCallParam的使用
参数类型为ToolCallParam的io.agentscope.core.tool中的方法修饰符和类型方法说明reactor.core.publisher.Mono<ToolResultBlock> AgentTool.callAsync(ToolCallParam param) Execute the tool with the given parameters (asynchronous).reactor.core.publisher.Mono<ToolResultBlock> SchemaOnlyTool.callAsync(ToolCallParam param) Throws a ToolSuspendException to signal that this tool requires external execution.reactor.core.publisher.Mono<ToolResultBlock> Toolkit.callTool(ToolCallParam param) Execute a tool with the given parameters. -
io.agentscope.core.tool.coding中ToolCallParam的使用
修饰符和类型方法说明reactor.core.publisher.Mono<ToolResultBlock> ShellCommandTool.callAsync(ToolCallParam param) -
io.agentscope.core.tool.mcp中ToolCallParam的使用
参数类型为ToolCallParam的io.agentscope.core.tool.mcp中的方法修饰符和类型方法说明reactor.core.publisher.Mono<ToolResultBlock> McpTool.callAsync(ToolCallParam param) Executes this MCP tool asynchronously with the given parameters. -
io.agentscope.core.tool.subagent中ToolCallParam的使用
修饰符和类型方法说明reactor.core.publisher.Mono<ToolResultBlock> SubAgentTool.callAsync(ToolCallParam param) -
io.agentscope.core.tracing中ToolCallParam的使用
参数类型为ToolCallParam的io.agentscope.core.tracing中的方法修饰符和类型方法说明default reactor.core.publisher.Mono<ToolResultBlock> Tracer.callTool(Toolkit toolkit, ToolCallParam toolCallParam, Supplier<reactor.core.publisher.Mono<ToolResultBlock>> toolKitCall)