Uses of Class
dev.langchain4j.data.text.TextFile
Packages that use TextFile
-
Uses of TextFile in dev.langchain4j.data.message
Methods in dev.langchain4j.data.message that return TextFileMethods in dev.langchain4j.data.message with parameters of type TextFileModifier and TypeMethodDescriptionstatic TextFileContent
Create a newTextFileContent
from the given text file.Constructors in dev.langchain4j.data.message with parameters of type TextFileModifierConstructorDescriptionTextFileContent
(TextFile textFile) Create a newTextFileContent
from the given text file. -
Uses of TextFile in dev.langchain4j.data.text
Methods in dev.langchain4j.data.text that return TextFile