> */ public function rules(): array { return [ 'prompt' => ['required', 'string', 'max:2000'], 'current_content' => ['nullable', 'string', 'max:10000'], ]; } }