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:58 -06:00 committed by GitHub
parent b13d7c71fb
commit b1be6aacc2
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -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<typeof respondWithoutAssetCreationOutputSchema>
> {