ThoughtStep: {
    signature?: string;
    summary?: ThoughtSummaryContent[];
    type: "thought";
}

A thought step.

Type declaration

  • Optionalsignature?: string

    A signature hash for backend validation.

  • Optionalsummary?: ThoughtSummaryContent[]

    A summary of the thought.

  • type: "thought"