mirror of
https://github.com/openclaw/openclaw.git
synced 2026-05-08 08:31:24 +00:00
fix: stabilize slack http receiver import
This commit is contained in:
@@ -587,7 +587,7 @@ export async function runCapability(params: {
|
||||
activeModel: params.activeModel,
|
||||
});
|
||||
let resolvedEntries = entries;
|
||||
if (resolvedEntries.length === 0 && capability === "audio" && config?.enabled !== false) {
|
||||
if (resolvedEntries.length === 0 && capability === "audio") {
|
||||
resolvedEntries = await resolveAutoAudioEntries({
|
||||
cfg,
|
||||
agentDir: params.agentDir,
|
||||
|
||||
Reference in New Issue
Block a user