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>
This commit is contained in:
dal 2025-07-23 08:28:32 -06:00 committed by GitHub
parent 24cfab962d
commit 6c52727b48
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -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<z.infer<typeof respondWithoutAssetCreationOutputSchema>> => {
return await processRespondWithoutAssetCreation();