mirror of
https://github.com/openclaw/openclaw.git
synced 2026-05-03 12:10:30 +00:00
fix(ci): restore main lint/typecheck after direct merges
This commit is contained in:
@@ -502,7 +502,7 @@ export type PluginHookBeforeMessageWriteEvent = {
|
||||
};
|
||||
|
||||
export type PluginHookBeforeMessageWriteResult = {
|
||||
block?: boolean; // If true, message is NOT written to JSONL
|
||||
block?: boolean; // If true, message is NOT written to JSONL
|
||||
message?: AgentMessage; // Optional: modified message to write instead
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user