mirror of
https://github.com/openclaw/openclaw.git
synced 2026-06-26 07:49:36 +00:00
5 lines
132 B
TypeScript
5 lines
132 B
TypeScript
// Kimi Coding plugin module implements replay policy behavior.
|
|
export const KIMI_REPLAY_POLICY = {
|
|
preserveSignatures: false,
|
|
};
|