Interface ChatModel

All Superinterfaces:
Model<Prompt,ChatResponse>, StreamingChatModel, StreamingModel<Prompt,ChatResponse>

public interface ChatModel extends Model<Prompt,ChatResponse>, StreamingChatModel