Class AnthropicChatOptions

java.lang.Object
org.springframework.ai.anthropic.AnthropicChatOptions
All Implemented Interfaces:
ChatOptions, FunctionCallingOptions, ModelOptions

public class AnthropicChatOptions extends Object implements ChatOptions, FunctionCallingOptions
The options to be used when sending a chat request to the Anthropic API.
Since:
1.0.0
Author:
Christian Tzolov, Thomas Vitale