Class BedrockAnthropicChatClient

java.lang.Object
org.springframework.ai.bedrock.anthropic.BedrockAnthropicChatClient
All Implemented Interfaces:
ChatClient, StreamingChatClient, ModelClient<Prompt,ChatResponse>, StreamingModelClient<Prompt,ChatResponse>

public class BedrockAnthropicChatClient extends Object implements ChatClient, StreamingChatClient
Java ChatClient and StreamingChatClient for the Bedrock Anthropic chat generative.
Since:
0.8.0
Author:
Christian Tzolov