From 432457ad311da6e1fb88a2b47ac7e3f924abaace Mon Sep 17 00:00:00 2001 From: zachary62 Date: Mon, 17 Feb 2025 14:20:31 -0500 Subject: [PATCH] data doesn't have to be memory --- docs/guide.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/guide.md b/docs/guide.md index d3fb83b..e3eceae 100644 --- a/docs/guide.md +++ b/docs/guide.md @@ -110,7 +110,7 @@ def test_call_llm(): - Identify possible decision points for *Node Actions* and data-intensive operations for *Batch* tasks. - Illustrate the flow with a Mermaid diagram. -4. **Shared Memory Structure** +4. **Data Structure** - Decide how to store and update state, whether in memory (for smaller applications) or a database (for larger or persistent needs). - Define data schemas or models that detail how information is stored, accessed, and updated.