Skip to content

prebuilt==0.1.4

Choose a tag to compare

@github-actions github-actions released this 21 Mar 16:08
8e922b8

langgraph-prebuilt 0.1.4

Summary of Changes

  • Fixed structured response generation by including the last message in the prompt (#3976)
  • Simplified tool function examples in documentation (#3827)

Detailed Changes

langgraph.prebuilt.chat_agent_executor.create_react_agent

  • Fixed a bug in structured response generation where the last message was being excluded from the prompt. This could lead to incomplete context for the LLM when generating structured responses. Now all messages are included (#3976)
  • Simplified the tool function examples in the documentation by removing unnecessary datetime parameters and fixing return type annotations (#3827)