StreamlitCallbackHandler(
self,
parent_container: DeltaGenerator,
*,
max_thought_containers: int = 4,
expand_new_thoughts: | Name | Type |
|---|---|
| parent_container | DeltaGenerator |
| max_thought_containers | int |
| expand_new_thoughts | bool |
| collapse_completed_thoughts | bool |
| thought_labeler | Optional[LLMThoughtLabeler] |
Callback handler that writes to a Streamlit app.