LLMThoughtState#

class langchain_community.callbacks.streamlit.streamlit_callback_handler.LLMThoughtState(value, names=None, *, module=None, qualname=None, type=None, start=1, boundary=None)[source]#

Enumerator of the LLMThought state.

THINKING = 'THINKING'#
RUNNING_TOOL = 'RUNNING_TOOL'#
COMPLETE = 'COMPLETE'#