zod support #1350
Annotations
3 errors and 1 warning
genaiscript pr-review-commit:
packages/core/src/zod.ts#L9
The parameter `z` is typed as `object`, but it should be typed more specifically to ensure type safety. Using `any` or a more specific type like `ZodSchema` would be better.
|
genaiscript pr-review-commit:
packages/core/src/types/prompt_template.d.ts#L2609
The type `JSONSchema | object` is ambiguous. It's better to use a more specific type for the schema parameter.
|
genaiscript pr-review-commit:
packages/core/src/types/prompt_type.d.ts#L241
The type `JSONSchema | object` is ambiguous. It's better to use a more specific type for the schema parameter.
|
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
Loading