feat: initial conversational flow #37

Merged
talksik merged 39 commits from 33-conversational-flow-for-streams---story-mode into master 2026-03-19 23:29:41 +00:00
Showing only changes of commit c36d72493d - Show all commits
-1
View File
@@ -130,7 +130,6 @@ export async function createParticle<T extends ParticleType>(
properties,
created_at: new Date(),
created_by_email: createdByEmail,
updated_at: null,
});
const ref = await addDoc(typedCollection(collectionPath), particle);
return ref.id;