Package ai.extend.types
Class Insight
- java.lang.Object
-
- ai.extend.types.Insight
-
public final class Insight extends java.lang.Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceInsight._FinalStagestatic classInsight.Builderstatic interfaceInsight.ContentStagestatic interfaceInsight.TypeStage
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static Insight.TypeStagebuilder()booleanequals(java.lang.Object other)java.util.Map<java.lang.String,java.lang.Object>getAdditionalProperties()java.lang.StringgetContent()InsightTypegetType()inthashCode()java.lang.StringtoString()
-
-
-
Method Detail
-
getType
public InsightType getType()
- Returns:
- The type of insight:
reasoning: Model reasoning about the extraction decisionissue: A potential problem or concern identified by the agentic confidence systemreview_summary: A summary explanation from the agentic confidence system about why the field may need manual review
-
getContent
public java.lang.String getContent()
- Returns:
- The content of the insight.
-
equals
public boolean equals(java.lang.Object other)
- Overrides:
equalsin classjava.lang.Object
-
getAdditionalProperties
public java.util.Map<java.lang.String,java.lang.Object> getAdditionalProperties()
-
hashCode
public int hashCode()
- Overrides:
hashCodein classjava.lang.Object
-
toString
public java.lang.String toString()
- Overrides:
toStringin classjava.lang.Object
-
builder
public static Insight.TypeStage builder()
-
-