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
b13d7c71fb
commit
b1be6aacc2
|
@ -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>
|
||||
> {
|
||||
|
|
Loading…
Reference in New Issue