[GH-ISSUE #1045] [langgraph]: Quickstart guide, name mismatch in MessagesState and the returned value in llm_call function #140

Closed
opened 2026-02-17 17:19:16 -05:00 by yindo · 1 comment
Owner

Originally created by @ybillwang on GitHub (Oct 21, 2025).
Original GitHub issue: https://github.com/langchain-ai/docs/issues/1045

Type of issue

issue / bug

Language

Python

Description

In langgraph quickstart page, there is a mismatch of MessagesState definition and the llm_call return value.

I think model_calls in MessagesState should be changed to llm_calls, to match the return dict in llm_call.

Originally created by @ybillwang on GitHub (Oct 21, 2025). Original GitHub issue: https://github.com/langchain-ai/docs/issues/1045 ### Type of issue issue / bug ### Language Python ### Description In langgraph quickstart page, there is a mismatch of MessagesState definition and the llm_call return value. I think **model_calls** in **MessagesState** should be changed to **llm_calls**, to match the return dict in **llm_call**.
yindo added the langgraph label 2026-02-17 17:19:16 -05:00
yindo closed this issue 2026-02-17 17:19:16 -05:00
Author
Owner

@ybillwang commented on GitHub (Oct 21, 2025):

#1046 has been created.

@ybillwang commented on GitHub (Oct 21, 2025): #1046 has been created.
yindo changed title from [langgraph]: Quickstart guide, name mismatch in MessagesState and the returned value in llm_call function to [GH-ISSUE #1045] [langgraph]: Quickstart guide, name mismatch in MessagesState and the returned value in llm_call function 2026-06-05 17:25:16 -04:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: langchain-ai/docs#140