openAIMessageRoleSchema: ZodEnum<
    ["system", "user", "assistant", "developer", "tool"],
> = ...