Uses of Class
com.hw.langchain.schema.LLMResult
Package
Description
-
Uses of LLMResult in com.hw.langchain.base.language
Modifier and TypeMethodDescriptionBaseLanguageModel.generatePrompt
(List<PromptValue> prompts, List<String> stop) Take in a list of prompt values and return an LLMResult. -
Uses of LLMResult in com.hw.langchain.chat.models.base
Modifier and TypeMethodDescriptionBaseChatModel.generate
(List<List<BaseMessage>> messages) Top Level callBaseChatModel.generatePrompt
(List<PromptValue> prompts, List<String> stop) protected LLMResult
LLM.innerGenerate
(List<String> prompts, List<String> stop) -
Uses of LLMResult in com.hw.langchain.llms.base
Modifier and TypeMethodDescriptionRun the LLM on the given prompt and input.BaseLLM.generatePrompt
(List<PromptValue> prompts, List<String> stop) protected abstract LLMResult
BaseLLM.innerGenerate
(List<String> prompts, List<String> stop) Run the LLM on the given prompts. -
Uses of LLMResult in com.hw.langchain.llms.ollama
-
Uses of LLMResult in com.hw.langchain.llms.openai