diff --git a/src/auto-reply/reply/commands-status.ts b/src/auto-reply/reply/commands-status.ts index 1314e995fea..7c704f913fd 100644 --- a/src/auto-reply/reply/commands-status.ts +++ b/src/auto-reply/reply/commands-status.ts @@ -110,6 +110,8 @@ export async function buildStatusReply(params: { isGroup: boolean; defaultGroupActivation: () => "always" | "mention"; mediaDecisions?: MediaUnderstandingDecision[]; + modelAuthOverride?: string; + activeModelAuthOverride?: string; }): Promise { const { command } = params; if (!command.isAuthorizedSender) {