Class BedrockAnthropicChatModel

java.lang.Object
org.springframework.ai.bedrock.anthropic.BedrockAnthropicChatModel
All Implemented Interfaces:
ChatModel, StreamingChatModel, Model<Prompt,ChatResponse>, StreamingModel<Prompt,ChatResponse>

public class BedrockAnthropicChatModel extends Object implements ChatModel, StreamingChatModel
Java ChatModel and StreamingChatModel for the Bedrock Anthropic chat generative.
Since:
0.8.0
Author:
Christian Tzolov