Class AnthropicRecorder
java.lang.Object
io.quarkiverse.langchain4j.anthropic.runtime.AnthropicRecorder
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionSupplier<dev.langchain4j.model.chat.ChatLanguageModel>chatModel(LangChain4jAnthropicConfig runtimeConfig, String modelName) Supplier<dev.langchain4j.model.chat.StreamingChatLanguageModel>streamingChatModel(LangChain4jAnthropicConfig runtimeConfig, String modelName)
-
Constructor Details
-
AnthropicRecorder
public AnthropicRecorder()
-
-
Method Details
-
chatModel
public Supplier<dev.langchain4j.model.chat.ChatLanguageModel> chatModel(LangChain4jAnthropicConfig runtimeConfig, String modelName) -
streamingChatModel
public Supplier<dev.langchain4j.model.chat.StreamingChatLanguageModel> streamingChatModel(LangChain4jAnthropicConfig runtimeConfig, String modelName)
-