schemas
attribute
NS= TypeVar('NS', bound=NodeState)
attribute
LangChainMessage= AIMessage | HumanMessage | ToolMessage
attribute
LangChainMessageT= Annotated[LangChainMessage, Field(discriminator='type')]
Last updated on
attribute
NS= TypeVar('NS', bound=NodeState)
attribute
LangChainMessage= AIMessage | HumanMessage | ToolMessage
attribute
LangChainMessageT= Annotated[LangChainMessage, Field(discriminator='type')]
Last updated on