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 TextFileContentCreate a newTextFileContentfrom the given text file.Constructors in dev.langchain4j.data.message with parameters of type TextFileModifierConstructorDescriptionTextFileContent(TextFile textFile) Create a newTextFileContentfrom the given text file. -
Uses of TextFile in dev.langchain4j.data.text
Methods in dev.langchain4j.data.text that return TextFile