docs(web): documents parameter added to computeAlignment

This commit is contained in:
Joshua Horton 2025-08-15 09:59:22 -05:00
parent 5804bc3586
commit eebf85a888

View file

@ -95,6 +95,8 @@ export class ContextTokenization {
* Determines the alignment between a new, incoming tokenization source and the
* tokenization modeled by the current instance.
* @param incomingTokenization Raw strings corresponding to the tokenization of the incoming context
* @param noSubVerify When true, this disables inspection of 'substitute' transitions that avoids
* wholesale replacement of the original token.
* @returns Alignment data that details if and how the incoming tokenization aligns with
* the tokenization modeled by this instance.
*/