tokenizerPath property

String? tokenizerPath
final

Resolved on-disk path to the tokenizer. Embedding backends only; null for inference. The spec carries source identities (network/asset/file); core resolves them to on-disk paths via the model manager and passes the resolved tokenizer path here (install-vs-runtime separation).

Implementation

final String? tokenizerPath;