Add self improvement pattern with two new prompt nodes

This commit is contained in:
William Jeynes
2026-03-26 14:44:48 +00:00
parent 5e374a8bd6
commit a80d433fb6
7 changed files with 123 additions and 11 deletions
+1
View File
@@ -21,6 +21,7 @@ export const MessagesState = new StateSchema({
date: z.string(),
messages: MessagesValue,
proposedTriggerEvent: ProposedTriggerEventArray,
evalTriggerEvent: ProposedTriggerEventArray,
proposedTriggerEventIndex: z.int(),
normalizedClaim: z.string(),
});