Write a message manually to the messages / messages-tuple stream mode.
Will automatically write to the channel specified in the state_key unless state_key is None.
push_message(
message: MessageLikeRepresentation | BaseMessageChunk,
*,
state_key: str | None = 'messages'
) -> AnyMessage