How much text is the text-classification pipeline reading

How much text is the text-classification pipeline reading? Is it accessing the AutoConfig of the model to get the max_position_embeddings and truncating the input to that?

classifier = pipeline(“text-classification”, model=“./local_directory/model_ckpt”)
classifier(“The quick brown fox”)