From 6c52727b487b561de4489b257b46ea6262e636d0 Mon Sep 17 00:00:00 2001 From: dal Date: Wed, 23 Jul 2025 08:28:32 -0600 Subject: [PATCH] Update packages/ai/src/tools/communication-tools/respond-without-asset-creation.ts Co-authored-by: greptile-apps[bot] <165735046+greptile-apps[bot]@users.noreply.github.com> --- .../tools/communication-tools/respond-without-asset-creation.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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();