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.