LangGraph.js API Reference
Back to documentation
Preparing search index...
@langchain/langgraph-sdk
Message
Type Alias Message<ToolCall>
Message
:
|
HumanMessage
|
AIMessage
<
ToolCall
>
|
ToolMessage
|
SystemMessage
|
FunctionMessage
|
RemoveMessage
Union of all message types.
Type Parameters
ToolCall
=
DefaultToolCall
The type of tool calls for AIMessage, defaults to DefaultToolCall.
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
Back to documentation
LangGraph.js API Reference
Loading...
Union of all message types.