Add self improvement pattern with two new prompt nodes
This commit is contained in:
@@ -21,6 +21,7 @@ export const MessagesState = new StateSchema({
|
||||
date: z.string(),
|
||||
messages: MessagesValue,
|
||||
proposedTriggerEvent: ProposedTriggerEventArray,
|
||||
evalTriggerEvent: ProposedTriggerEventArray,
|
||||
proposedTriggerEventIndex: z.int(),
|
||||
normalizedClaim: z.string(),
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user