Interface ToolCallingChatOptions

All Superinterfaces:
ChatOptions, FunctionCallingOptions, ModelOptions
All Known Implementing Classes:
AnthropicChatOptions, AzureOpenAiChatOptions, DefaultToolCallingChatOptions, MistralAiChatOptions, OllamaOptions, OpenAiChatOptions, VertexAiGeminiChatOptions

public interface ToolCallingChatOptions extends FunctionCallingOptions
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
  • Field Details

    • DEFAULT_TOOL_EXECUTION_ENABLED

      static final boolean DEFAULT_TOOL_EXECUTION_ENABLED
      See Also:
  • Method Details