zeitlich 0.2.1 → 0.2.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/README.md CHANGED
@@ -292,12 +292,12 @@ const session = await createSession({
292
292
  {
293
293
  name: "researcher",
294
294
  description: "Researches topics and returns findings",
295
- workflowType: "researcherWorkflow",
295
+ workflow: "researcherWorkflow",
296
296
  },
297
297
  {
298
298
  name: "code-reviewer",
299
299
  description: "Reviews code for quality and best practices",
300
- workflowType: "codeReviewerWorkflow",
300
+ workflow: "codeReviewerWorkflow",
301
301
  },
302
302
  ],
303
303
  });