Uses of Class
dev.langchain4j.model.input.Prompt
Packages that use Prompt
Package
Description
-
Uses of Prompt in dev.langchain4j.model.chat
Methods in dev.langchain4j.model.chat with parameters of type PromptModifier and TypeMethodDescriptionintTokenCountEstimator.estimateTokenCount(Prompt prompt) ChatLanguageModel.sendUserMessage(Prompt prompt) voidStreamingChatLanguageModel.sendUserMessage(Prompt prompt, StreamingResultHandler handler) -
Uses of Prompt in dev.langchain4j.model.input
Methods in dev.langchain4j.model.input that return Prompt -
Uses of Prompt in dev.langchain4j.model.language
Methods in dev.langchain4j.model.language with parameters of type PromptModifier and TypeMethodDescriptionintTokenCountEstimator.estimateTokenCount(Prompt prompt) voidStreamingLanguageModel.process(Prompt prompt, StreamingResultHandler handler) -
Uses of Prompt in dev.langchain4j.model.moderation
Methods in dev.langchain4j.model.moderation with parameters of type Prompt