Zod schema for validating an entire ArtStandardPrompt (an array of messages).
Remarks
This is a straightforward array schema that applies the ArtStandardMessageSchema to each element,
ensuring that every message in the prompt conforms to the required structure.
Zod schema for validating an entire ArtStandardPrompt (an array of messages).