Uses of Interface
org.springframework.ai.tool.resolution.ToolCallbackResolver
-
Uses of ToolCallbackResolver in org.springframework.ai.model.tool
Modifier and TypeMethodDescriptionDefaultToolCallingManager.Builder.toolCallbackResolver
(ToolCallbackResolver toolCallbackResolver) ModifierConstructorDescriptionDefaultToolCallingManager
(io.micrometer.observation.ObservationRegistry observationRegistry, ToolCallbackResolver toolCallbackResolver, ToolCallExceptionConverter toolCallExceptionConverter) -
Uses of ToolCallbackResolver in org.springframework.ai.tool.resolution
Modifier and TypeClassDescriptionclass
AToolCallbackResolver
that delegates to a list ofToolCallbackResolver
instances.class
A SpringApplicationContext
-based implementation that provides a way to retrieve a bean from the Spring context and wrap it into aToolCallback
.class
AToolCallbackResolver
that resolves tool callbacks from a static registry.ModifierConstructorDescriptionDelegatingToolCallbackResolver
(List<ToolCallbackResolver> toolCallbackResolvers)