From b1be6aacc2c711ea175a6bdba4000043fa8a1eb5 Mon Sep 17 00:00:00 2001 From: dal Date: Wed, 23 Jul 2025 08:28:58 -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 e2a404ba3..7e161b20f 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 @@ -65,7 +65,7 @@ export function parseStreamingArgs( const respondWithoutAssetCreationOutputSchema = z.object({}); -// Process respond without analysis tool execution +// Process respond without asset creation tool execution async function processRespondWithoutAssetCreation(): Promise< z.infer > {