Registry Tool Group Resolver
class RegistryToolGroupResolver(val name: String, val toolGroups: List<ToolGroup>) : ToolGroupResolver
Resolves ToolGroups based on a list. The list is normally Spring-injected, with ToolGroup instances being Spring beans.
Parameters
name
The name of the resolver.
tool Groups
The list of ToolGroups to resolve. Normally Spring-injected from other beans.