We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3101c6e commit e894482Copy full SHA for e894482
packages/models/src/lib/configuration.ts
@@ -4,7 +4,7 @@ import { z } from 'zod';
4
* Generic schema for a tool command configuration, reusable across plugins.
5
*/
6
export const artifactGenerationCommand = z.object({
7
- command: z.string({ description: 'Generate artifact files' }).min(1),
+ command: z.string({ description: 'Generate artefact files' }).min(1),
8
args: z
9
.array(z.string(), {
10
description: 'Arguments to be passed to the artefact generation command.',
0 commit comments