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 > {