A thought in the LLM's thought stream.
LLMThought(
self,
parent_container: DeltaGenerator,
labeler: LLMThoughtLabeler,
expanded: bool,
collapse_on_complete: bool
)| Name | Type | Description |
|---|---|---|
parent_container* | DeltaGenerator | The container we're writing into. |
labeler* | LLMThoughtLabeler | The labeler to use for this thought. |
expanded* | bool | Whether the thought should be expanded by default. |
collapse_on_complete* | bool | Whether the thought should be collapsed. |
| Name | Type |
|---|---|
| parent_container | DeltaGenerator |
| labeler | LLMThoughtLabeler |
| expanded | bool |
| collapse_on_complete | bool |