Package ai.extend.types
Class Insight.Builder
- java.lang.Object
-
- ai.extend.types.Insight.Builder
-
- All Implemented Interfaces:
Insight._FinalStage,Insight.ContentStage
- Enclosing class:
- Insight
public static final class Insight.Builder extends java.lang.Object implements Insight.ContentStage, Insight._FinalStage
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Insightbuild()Insight._FinalStagecontent(java.lang.String content)The content of the reasoning insight.Insight.Builderfrom(Insight other)
-
-
-
Method Detail
-
from
public Insight.Builder from(Insight other)
- Specified by:
fromin interfaceInsight.ContentStage
-
content
public Insight._FinalStage content(@NotNull java.lang.String content)
The content of the reasoning insight.
The content of the reasoning insight.
- Specified by:
contentin interfaceInsight.ContentStage- Returns:
- Reference to
thisso that method calls can be chained together.
-
build
public Insight build()
- Specified by:
buildin interfaceInsight._FinalStage
-
-