Refactor session runtime persistence
This commit is contained in:
@@ -8,6 +8,7 @@ type ClawSessionReplayContextValue = {
|
||||
sessionId: string,
|
||||
repository: ExportedMessageRepository,
|
||||
) => void;
|
||||
clearSession: () => void;
|
||||
};
|
||||
|
||||
const ClawSessionReplayContext =
|
||||
|
||||
Reference in New Issue
Block a user