Uses of Class
com.hw.langchain.schema.LLMResult
Packages that use LLMResult
Package
Description
-
Uses of LLMResult in com.hw.langchain.base.language
Methods in com.hw.langchain.base.language that return LLMResultModifier 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
Methods in com.hw.langchain.chat.models.base that return LLMResultModifier 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
Methods in com.hw.langchain.llms.base that return LLMResultModifier 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
Methods in com.hw.langchain.llms.ollama that return LLMResult -
Uses of LLMResult in com.hw.langchain.llms.openai
Methods in com.hw.langchain.llms.openai that return LLMResult