LLMThought(
self,
parent_container: DeltaGenerator,
labeler: LLMThoughtLabeler,
expanded: bool,
collapse_on_complete: bool| Name | Type | Description |
|---|---|---|
parent_container* | DeltaGenerator | |
labeler* | LLMThoughtLabeler | |
expanded* | bool | |
collapse_on_complete* | bool |
| Name | Type |
|---|---|
| parent_container | DeltaGenerator |
| labeler | LLMThoughtLabeler |
| expanded | bool |
| collapse_on_complete | bool |
A thought in the LLM's thought stream.
The container we're writing into.
The labeler to use for this thought.
Whether the thought should be expanded by default.
Whether the thought should be collapsed.
The container we're writing into.
The last tool executed by this thought
Finish the thought.
Remove the thought from the screen. A cleared thought can't be reused.