LangChain Reference home pageLangChain ReferenceLangChain Reference
  • GitHub
  • Main Docs
Deep Agents
LangChain
LangGraph
Integrations
LangSmith
  • Overview
  • Graphs
  • Functional API
  • Pregel
  • Checkpointing
  • Storage
  • Caching
  • Types
  • Runtime
  • Config
  • Errors
  • Constants
  • Channels
  • Agents
LangGraph CLI
LangGraph SDK
LangGraph Supervisor
LangGraph Swarm
⌘I

LangChain Assistant

Ask a question to get started

Enter to send•Shift+Enter new line

Menu

OverviewGraphsFunctional APIPregelCheckpointingStorageCachingTypesRuntimeConfigErrorsConstantsChannelsAgents
LangGraph CLI
LangGraph SDK
LangGraph Supervisor
LangGraph Swarm
Language
Theme
PythonlanggraphgraphuiRemoveUIMessage
Class●Since v0.3

RemoveUIMessage

A message type for removing UI components in LangGraph.

This TypedDict represents a message that can be sent to remove a UI component from the current state.

Copy
RemoveUIMessage()

Bases

TypedDict

Constructors

constructor
__init__
NameType
typeLiteral['remove-ui']
idstr

Attributes

attribute
type: Literal['remove-ui']
attribute
id: str
View source on GitHub