As reported by @sergiopaniego, when using transformers dev, we get a 'response_schema' Attribute error for Qwen2Tokenizer:
AttributeError: Qwen2Tokenizer has no attribute response_schema
Reproduction:
from transformers import AutoProcessor
processing_class = AutoProcessor.from_pretrained('Qwen/Qwen3-1.7B')
processing_class.response_schema
See reporting comment: