fix(FN-4545): satisfy lint for room message retry context

Fusion-Task-Id: FN-4545
Fusion-Task-Lineage: 95108429-618e-4a6d-9fa9-7ac2596665a2
This commit is contained in:
Fusion
2026-05-14 21:13:02 -07:00
committed by gsxdsm
parent 2d782569d2
commit 19e120960a

View File

@@ -2177,6 +2177,7 @@ export function createPostRoomMessageTool(
"Post a message to a room you are a member of. Room membership is enforced before posting, " +
"so only reply when the room content is relevant to your role or identity.",
parameters: postRoomMessageParams,
// eslint-disable-next-line @typescript-eslint/no-explicit-any
execute: async (_id: string, params: Static<typeof postRoomMessageParams>, _signal?: any, _onUpdate?: any, _ctx?: any) => {
const content = params.content.trim();
if (content.length === 0) {