Interface ToolCallingChatOptions

All Superinterfaces:
ChatOptions, ModelOptions
All Known Implementing Classes:
AnthropicChatOptions, BedrockChatOptions, DeepSeekChatOptions, DefaultToolCallingChatOptions, GoogleGenAiChatOptions, MistralAiChatOptions, OllamaChatOptions, OpenAiChatOptions

public interface ToolCallingChatOptions extends ChatOptions
A set of options that can be used to configure the interaction with a chat model, including tool calling.
Since:
1.0.0
Author:
Thomas Vitale, Ilayaperumal Gopinathan, Christian Tzolov