langchain_experimental.tot.thought.Thought¶

class langchain_experimental.tot.thought.Thought[source]¶

Bases: BaseModel

A thought in the ToT.

Create a new model by parsing and validating input data from keyword arguments.

Raises ValidationError if the input data cannot be parsed to form a valid model.

param children: Set[Thought] [Optional]¶
param text: str [Required]¶
param validity: ThoughtValidity [Required]¶