[PR #784] [MERGED] docs: update to AIMessage.tool_calls #1007

Closed
opened 2026-02-15 19:16:46 -05:00 by yindo · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/langchain-ai/langgraphjs/pull/784
Author: @regchiu
Created: 1/15/2025
Status: Merged
Merged: 1/29/2025
Merged by: @benjamincburns

Base: mainHead: main


📝 Commits (6)

  • e830582 docs(quickstart.ipynb): update to AIMessage.tool_calls
  • aad410d Merge branch 'main' into main
  • 157632a Merge branch 'main' into main
  • 04611d4 Merge branch 'main' into main
  • ba26d05 Merge branch 'main' into main
  • d47ad82 Merge branch 'main' into main

📊 Changes

1 file changed (+3 additions, -3 deletions)

View changed files

📝 examples/quickstart.ipynb (+3 -3)

📄 Description

Use "tool_calls" field on AIMessages instead.


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/langchain-ai/langgraphjs/pull/784 **Author:** [@regchiu](https://github.com/regchiu) **Created:** 1/15/2025 **Status:** ✅ Merged **Merged:** 1/29/2025 **Merged by:** [@benjamincburns](https://github.com/benjamincburns) **Base:** `main` ← **Head:** `main` --- ### 📝 Commits (6) - [`e830582`](https://github.com/langchain-ai/langgraphjs/commit/e8305821764c72bbec25bbb8d84e7284e02a31d4) docs(quickstart.ipynb): update to AIMessage.tool_calls - [`aad410d`](https://github.com/langchain-ai/langgraphjs/commit/aad410d7ddc1e872238811cb62dec14d132fd535) Merge branch 'main' into main - [`157632a`](https://github.com/langchain-ai/langgraphjs/commit/157632acc3c44c9dbe5643e689b4c233b968ef2b) Merge branch 'main' into main - [`04611d4`](https://github.com/langchain-ai/langgraphjs/commit/04611d492a215196896b1009f4b7a45d3444dba3) Merge branch 'main' into main - [`ba26d05`](https://github.com/langchain-ai/langgraphjs/commit/ba26d055c3dc9ad023726cb498a5da6dedf28537) Merge branch 'main' into main - [`d47ad82`](https://github.com/langchain-ai/langgraphjs/commit/d47ad82aa9979d5cf2675be7eaed8df49d0bf564) Merge branch 'main' into main ### 📊 Changes **1 file changed** (+3 additions, -3 deletions) <details> <summary>View changed files</summary> 📝 `examples/quickstart.ipynb` (+3 -3) </details> ### 📄 Description <!-- Thank you for contributing to LangGraph.js! Your PR will appear in our next release under the title you set above. Please make sure it highlights your valuable contribution. To help streamline the review process, please make sure you read our contribution guidelines: https://github.com/langchain-ai/langgraphjs/blob/main/CONTRIBUTING.md Replace this block with a description of the change, the issue it fixes (if applicable), and relevant context. Finally, we'd love to show appreciation for your contribution - if you'd like us to shout you out on Twitter, please also include your handle below! --> <!-- Remove if not applicable --> Use "tool_calls" field on AIMessages instead. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
yindo added the pull-request label 2026-02-15 19:16:46 -05:00
yindo closed this issue 2026-02-15 19:16:47 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: langchain-ai/langgraphjs#1007