mirror of https://github.com/buster-so/buster.git
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:
parent
24cfab962d
commit
6c52727b48
|
@ -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();
|
||||
|
|
Loading…
Reference in New Issue