From 78bfbe6a609b23f239eae2edb7256dd288763c97 Mon Sep 17 00:00:00 2001 From: Geoff Seemueller <28698553+geoffsee@users.noreply.github.com> Date: Tue, 25 Mar 2025 22:26:11 -0400 Subject: [PATCH] Update README.md Signed-off-by: Geoff Seemueller <28698553+geoffsee@users.noreply.github.com> --- README.md | 3 --- 1 file changed, 3 deletions(-) diff --git a/README.md b/README.md index ece4024..52a4db6 100644 --- a/README.md +++ b/README.md @@ -196,9 +196,6 @@ const operator = new WorkflowOperator('example', async state => { }); ``` -## The Secret -This documentation doesn't communicate the most critical component for understanding the funcitonality/utility of this library. The intent service evaluates the `latestHumanMessage` and/or `latestAiMessage` again after operator exection. For the most simple example of how this behavior works: to terminate workflow execution in the operator, set `latestHumanMessage` and/or `latestAiMessage` in state to empty strings in the resulting state of the operators. - ## Error Handling The library includes built-in error handling for: