Uses of Interface
org.springframework.ai.model.tool.ToolCallingChatOptions
Packages that use ToolCallingChatOptions
-
Uses of ToolCallingChatOptions in org.springframework.ai.model.tool
Classes in org.springframework.ai.model.tool that implement ToolCallingChatOptionsMethods in org.springframework.ai.model.tool that return ToolCallingChatOptionsModifier and TypeMethodDescriptionDefaultToolCallingChatOptions.Builder.build()ToolCallingChatOptions.Builder.build()Methods in org.springframework.ai.model.tool with parameters of type ToolCallingChatOptionsModifier and TypeMethodDescriptionDefaultToolCallingManager.resolveToolDefinitions(ToolCallingChatOptions chatOptions) ToolCallingManager.resolveToolDefinitions(ToolCallingChatOptions chatOptions) Resolve the tool definitions from the model's tool calling options.