public class AiExtract extends SerializableObject
| Modifier and Type | Class and Description |
|---|---|
static class |
AiExtract.Builder |
| Modifier and Type | Field and Description |
|---|---|
protected AiExtractAgent |
aiAgent |
protected List<AiItemBase> |
items
The items that LLM will process.
|
protected String |
prompt
The prompt provided to a Large Language Model (LLM) in the request.
|
explicitlySetNullableFields| Modifier | Constructor and Description |
|---|---|
protected |
AiExtract(AiExtract.Builder builder) |
|
AiExtract(String prompt,
List<AiItemBase> items) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
AiExtractAgent |
getAiAgent() |
List<AiItemBase> |
getItems() |
String |
getPrompt() |
int |
hashCode() |
String |
toString() |
getRawData, setRawDatagetExplicitlySetNullableFields, isFieldExplicitlySet, markNullableFieldAsSet, markNullableFieldsAsSetprotected final String prompt
protected final List<AiItemBase> items
protected AiExtractAgent aiAgent
public AiExtract(String prompt, List<AiItemBase> items)
protected AiExtract(AiExtract.Builder builder)
public List<AiItemBase> getItems()
public AiExtractAgent getAiAgent()