mirror of
https://github.com/openclaw/openclaw.git
synced 2026-05-12 18:41:10 +00:00
chore: Enable more lint rules, disable some that trigger a lot. Will clean up later.
This commit is contained in:
@@ -162,7 +162,7 @@ export function handleMessageEnd(
|
||||
const msg = evt.message;
|
||||
if (msg?.role !== "assistant") return;
|
||||
|
||||
const assistantMessage = msg as AssistantMessage;
|
||||
const assistantMessage = msg;
|
||||
promoteThinkingTagsToBlocks(assistantMessage);
|
||||
|
||||
const rawText = extractAssistantText(assistantMessage);
|
||||
|
||||
Reference in New Issue
Block a user