Class ThoughtStep
java.lang.Object
com.google.genai.gaos.models.interactions.ThoughtStep
- All Implemented Interfaces:
Step
ThoughtStep
A thought step.
-
Nested Class Summary
Nested Classes -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic ThoughtStep.Builderbuilder()booleaninthashCode()A signature hash for backend validation.summary()A summary of the thought.toString()type()withSignature(String signature) A signature hash for backend validation.withSummary(List<ThoughtSummaryContent> summary) A summary of the thought.
-
Constructor Details
-
ThoughtStep
-
ThoughtStep
public ThoughtStep()
-
-
Method Details
-
signature
A signature hash for backend validation. -
summary
A summary of the thought. -
type
-
builder
-
withSignature
A signature hash for backend validation. -
withSummary
A summary of the thought. -
equals
-
hashCode
public int hashCode() -
toString
-