for (const handler of HANDLERS) { const result = await handler(params, allowTextCommands); if (result) { return normalizeCommandHandlerResult(result);
}
}
// sendPolicy "deny" is now handled downstream in dispatch-from-config.ts // by suppressing outbound delivery while still allowing the agent to process // the inbound message (context, memory, tool calls). See #53328. return { shouldContinue: true };
}
Die Informationen auf dieser Webseite wurden
nach bestem Wissen sorgfältig zusammengestellt. Es wird jedoch weder Vollständigkeit, noch Richtigkeit,
noch Qualität der bereit gestellten Informationen zugesichert.
Bemerkung:
Die farbliche Syntaxdarstellung und die Messung sind noch experimentell.