Package ai.extend.types
Interface Insight.TypeStage
-
- All Known Implementing Classes:
Insight.Builder
- Enclosing class:
- Insight
public static interface Insight.TypeStage
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Insight.Builderfrom(Insight other)Insight.ContentStagetype(InsightType type)The type of insight:
-
-
-
Method Detail
-
type
Insight.ContentStage type(@NotNull InsightType type)
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
-
from
Insight.Builder from(Insight other)
-
-