public class AiResponseFull extends AiResponse
| Modifier and Type | Class and Description |
|---|---|
static class |
AiResponseFull.Builder |
| Modifier and Type | Field and Description |
|---|---|
protected List<AiCitation> |
citations
The citations of the LLM's answer reference.
|
aiAgentInfo, answer, completionReason, createdAtexplicitlySetNullableFields| Modifier | Constructor and Description |
|---|---|
protected |
AiResponseFull(AiResponseFull.Builder builder) |
|
AiResponseFull(String answer,
OffsetDateTime createdAt) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
List<AiCitation> |
getCitations() |
int |
hashCode() |
String |
toString() |
getAiAgentInfo, getAnswer, getCompletionReason, getCreatedAtgetRawData, setRawDatagetExplicitlySetNullableFields, isFieldExplicitlySet, markNullableFieldAsSet, markNullableFieldsAsSetprotected List<AiCitation> citations
public AiResponseFull(String answer, OffsetDateTime createdAt)
protected AiResponseFull(AiResponseFull.Builder builder)
public List<AiCitation> getCitations()
public boolean equals(Object o)
equals in class AiResponsepublic int hashCode()
hashCode in class AiResponsepublic String toString()
toString in class AiResponse