LLMThoughtState#

class langchain_community.callbacks.streamlit.streamlit_callback_handler.LLMThoughtState(value)[source]#

Enumerator of the LLMThought state.

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