build_input(
self,
message: str,
) -> GraphInputT| Name | Type | Description |
|---|---|---|
message* | str | The user message text. |
Build the runnable input from the parsed message.
Default implementation produces
{"messages": [HumanMessage(...)]}. Override to support
custom-state graphs.