Data Storage Funcs + Chat `updateCrmData` Docs
The YAML reference now covers customer-scoped data storage func nodes and the updateCrmData chat func for persisting crmData, with cross-links from Parse CRM Data and the Data Injection providers table.
Added
- Data Storage — new Func subsection with an overview plus pages for
getData,setData,listData, anddeleteData(func_type: dataStorage): collections, keys, TTL, tags, and when to use them instead ofstoreValueor chatcrmData. updateCrmData— chat-level documentation for merging or replacingcrmDataon the current conversation, including the allowedmergingModevalues.
Improved
- YAML Overview — Func table lists
dataStorageand links the new overview;chatrow includesupdateCrmData. - Data Injection Providers — documents
state:nodepaths for data-storage node outputs. - Parse CRM Data — points to
updateCrmDatawhen you need structured writes beyond regex capture.