mirror of
https://github.com/langchain-ai/langgraph.git
synced 2026-08-28 18:59:42 +02:00
Currently a ChatPromptTemplate cannot be used as a `prompt` for `create_react_agent` without complaints from type checkers, although it is supported by `model` as input. Add the missing types to remove the warning. --------- Co-authored-by: vbarda <vadym@langchain.dev>