JavaScript is disabled on your browser.
Skip navigation links
Overview
Package
Class
Use
Tree
Index
Help
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method
SEARCH:
Package
dev.langchain4j.model.language
Interface LanguageModel
public interface
LanguageModel
Method Summary
All Methods
Instance Methods
Abstract Methods
Modifier and Type
Method
Description
Result
<
String
>
process
(
Prompt
prompt)
Result
<
String
>
process
(
Object
structuredPrompt)
Result
<
String
>
process
(
String
text)
Method Details
process
Result
<
String
>
process
(
String
text)
process
Result
<
String
>
process
(
Prompt
prompt)
process
Result
<
String
>
process
(
Object
structuredPrompt)