promptdojo_

Tokenizers and context budget — step 4 of 7

count_tokens uses the word-split stand-in: split the text on whitespace and count the pieces. Fill the blank with the string method that splits on whitespace.

Method: