Uses of Class
group.worldstandard.pudel.api.agent.ToolDefinition
Packages that use ToolDefinition
-
Uses of ToolDefinition in group.worldstandard.pudel.api.agent
Methods in group.worldstandard.pudel.api.agent that return ToolDefinitionModifier and TypeMethodDescriptionToolDefinition.Builder.build()Builds and returns a new ToolDefinition instance using the current configuration.Methods in group.worldstandard.pudel.api.agent that return types with arguments of type ToolDefinitionModifier and TypeMethodDescriptionAgentToolRegistry.getAllTools()Get all registered tools.Get a tool definition by name.AgentToolRegistry.getToolsByPlugin(String pluginId) Get all tools registered by a specific plugin.AgentToolRegistry.searchTools(String keyword) Search for tools by keyword.Methods in group.worldstandard.pudel.api.agent with parameters of type ToolDefinitionModifier and TypeMethodDescriptionbooleanAgentToolRegistry.registerTool(String pluginId, ToolDefinition definition) Register a single tool with a custom executor.