Class Insight.Builder

    • Method Detail

      • type

        public Insight.ContentStage type​(@NotNull
                                         InsightType type)

        The type of insight:

        • reasoning: Model reasoning about the extraction decision
        • issue: A potential problem or concern identified by the agentic confidence system
        • review_summary: A summary explanation from the agentic confidence system about why the field may need manual review

        The type of insight:

        • reasoning: Model reasoning about the extraction decision
        • issue: A potential problem or concern identified by the agentic confidence system
        • review_summary: A summary explanation from the agentic confidence system about why the field may need manual review
        Specified by:
        type in interface Insight.TypeStage
        Returns:
        Reference to this so that method calls can be chained together.
      • content

        public Insight._FinalStage content​(@NotNull
                                           java.lang.String content)

        The content of the insight.

        The content of the insight.

        Specified by:
        content in interface Insight.ContentStage
        Returns:
        Reference to this so that method calls can be chained together.