Uses of Interface
org.springframework.ai.model.tool.ToolCallingManager
Packages that use ToolCallingManager
Package
Description
-
Uses of ToolCallingManager in org.springframework.ai.autoconfigure.ollama
Methods in org.springframework.ai.autoconfigure.ollama with parameters of type ToolCallingManagerModifier and TypeMethodDescriptionOllamaAutoConfiguration.ollamaChatModel
(OllamaApi ollamaApi, OllamaChatProperties properties, OllamaInitializationProperties initProperties, ToolCallingManager toolCallingManager, org.springframework.beans.factory.ObjectProvider<io.micrometer.observation.ObservationRegistry> observationRegistry, org.springframework.beans.factory.ObjectProvider<ChatModelObservationConvention> observationConvention) -
Uses of ToolCallingManager in org.springframework.ai.model.tool
Classes in org.springframework.ai.model.tool that implement ToolCallingManagerModifier and TypeClassDescriptionclass
Default implementation ofToolCallingManager
.class
Deprecated. -
Uses of ToolCallingManager in org.springframework.ai.ollama
Methods in org.springframework.ai.ollama with parameters of type ToolCallingManagerModifier and TypeMethodDescriptionOllamaChatModel.Builder.toolCallingManager
(ToolCallingManager toolCallingManager) Constructors in org.springframework.ai.ollama with parameters of type ToolCallingManagerModifierConstructorDescriptionOllamaChatModel
(OllamaApi ollamaApi, OllamaOptions defaultOptions, ToolCallingManager toolCallingManager, io.micrometer.observation.ObservationRegistry observationRegistry, ModelManagementOptions modelManagementOptions)
AbstractToolCallSupport
.