[PR #2562] [MERGED] docs: add FileData schema section to long-term memory page #2545

Closed
opened 2026-02-17 17:23:31 -05:00 by yindo · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/langchain-ai/docs/pull/2562
Author: @vishnu-ssuresh
Created: 2/10/2026
Status: Merged
Merged: 2/11/2026
Merged by: @vishnu-ssuresh

Base: mainHead: vishnu/filedata-schema-docs


📝 Commits (2)

  • a2a1027 docs: add FileData schema section to long-term memory page
  • f3ef565 Merge branch 'main' into vishnu/filedata-schema-docs

📊 Changes

1 file changed (+34 additions, -0 deletions)

View changed files

📝 src/oss/deepagents/long-term-memory.mdx (+34 -0)

📄 Description

Summary

Documents the FileData schema structure on the long-term memory page.

Changes

  • Added new "FileData schema" section showing the data structure (content, created_at, modified_at)
  • Included create_file_data helper function examples for Python and JavaScript
  • Links to backends protocol reference for more details

🔄 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/docs/pull/2562 **Author:** [@vishnu-ssuresh](https://github.com/vishnu-ssuresh) **Created:** 2/10/2026 **Status:** ✅ Merged **Merged:** 2/11/2026 **Merged by:** [@vishnu-ssuresh](https://github.com/vishnu-ssuresh) **Base:** `main` ← **Head:** `vishnu/filedata-schema-docs` --- ### 📝 Commits (2) - [`a2a1027`](https://github.com/langchain-ai/docs/commit/a2a10274c33cd8c342d857a5e724c6b517a41260) docs: add FileData schema section to long-term memory page - [`f3ef565`](https://github.com/langchain-ai/docs/commit/f3ef565de3e5a93d5e48ff5209646f19b5b49399) Merge branch 'main' into vishnu/filedata-schema-docs ### 📊 Changes **1 file changed** (+34 additions, -0 deletions) <details> <summary>View changed files</summary> 📝 `src/oss/deepagents/long-term-memory.mdx` (+34 -0) </details> ### 📄 Description ## Summary Documents the FileData schema structure on the long-term memory page. ## Changes - Added new "FileData schema" section showing the data structure (`content`, `created_at`, `modified_at`) - Included `create_file_data` helper function examples for Python and JavaScript - Links to backends protocol reference for more details --- <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-17 17:23:31 -05:00
yindo closed this issue 2026-02-17 17:23:32 -05:00
yindo changed title from [PR #2562] docs: add FileData schema section to long-term memory page to [PR #2562] [MERGED] docs: add FileData schema section to long-term memory page 2026-06-05 18:19:11 -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#2545