diff --git a/packages/ai/src/tools/communication-tools/respond-without-asset-creation.ts b/packages/ai/src/tools/communication-tools/respond-without-asset-creation.ts index af4cb075f..e2a404ba3 100644 --- a/packages/ai/src/tools/communication-tools/respond-without-asset-creation.ts +++ b/packages/ai/src/tools/communication-tools/respond-without-asset-creation.ts @@ -74,7 +74,7 @@ async function processRespondWithoutAssetCreation(): Promise< return {}; } -// Main respond without analysis function with tracing +// Main respond without asset creation function with tracing const executeRespondWithoutAssetCreation = wrapTraced( async (): Promise> => { return await processRespondWithoutAssetCreation();