:mod:`langchain_community.callbacks.streamlit.streamlit_callback_handler`.LLMThought =========================================================================================== .. currentmodule:: langchain_community.callbacks.streamlit.streamlit_callback_handler .. autoclass:: LLMThought .. rubric:: Attributes .. autosummary:: ~LLMThought.container ~LLMThought.last_tool .. rubric:: Methods .. autosummary:: ~LLMThought.__init__ ~LLMThought.clear ~LLMThought.complete ~LLMThought.on_agent_action ~LLMThought.on_llm_end ~LLMThought.on_llm_error ~LLMThought.on_llm_new_token ~LLMThought.on_llm_start ~LLMThought.on_tool_end ~LLMThought.on_tool_error ~LLMThought.on_tool_start .. automethod:: LLMThought.__init__ .. automethod:: LLMThought.clear .. automethod:: LLMThought.complete .. automethod:: LLMThought.on_agent_action .. automethod:: LLMThought.on_llm_end .. automethod:: LLMThought.on_llm_error .. automethod:: LLMThought.on_llm_new_token .. automethod:: LLMThought.on_llm_start .. automethod:: LLMThought.on_tool_end .. automethod:: LLMThought.on_tool_error .. automethod:: LLMThought.on_tool_start .. example_links:: LLMThought