Package dev.langchain4j.service
Class AiServiceContext
java.lang.Object
dev.langchain4j.service.AiServiceContext
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiondev.langchain4j.memory.ChatMemorychatMemory(Object memoryId) boolean
-
Field Details
-
aiServiceClass
-
chatModel
public dev.langchain4j.model.chat.ChatLanguageModel chatModel -
streamingChatModel
public dev.langchain4j.model.chat.StreamingChatLanguageModel streamingChatModel -
chatMemories
-
chatMemoryProvider
-
moderationModel
public dev.langchain4j.model.moderation.ModerationModel moderationModel -
toolSpecifications
-
toolExecutors
-
toolProvider
-
retrievalAugmentor
public dev.langchain4j.rag.RetrievalAugmentor retrievalAugmentor -
systemMessageProvider
-
-
Constructor Details
-
AiServiceContext
-
-
Method Details
-
hasChatMemory
public boolean hasChatMemory() -
chatMemory
-