Composes getTurnSeparator() + formatChatSync() + tokenizeSync() into a
single token array suitable for branch.prefill(). Usable with any
branch — not tied to Session's trunk.
This is the canonical way to build a user-turn delta for warm prefill
in multi-turn conversations.
Build a token delta for a user turn
Composes
getTurnSeparator()+formatChatSync()+tokenizeSync()into a single token array suitable forbranch.prefill(). Usable with any branch — not tied to Session's trunk.This is the canonical way to build a user-turn delta for warm prefill in multi-turn conversations.