Build a token delta for a tool result turn
Composes getTurnSeparator() + formatChatSync() + tokenizeSync() into a single token array suitable for branch.prefill(). Used by useAgentPool to inject tool results back into agent context.
getTurnSeparator()
formatChatSync()
tokenizeSync()
branch.prefill()
Active session context
JSON-serialized tool result
Tool call identifier from the model's parsed output
Token array ready for branch.prefill()
Build a token delta for a tool result turn
Composes
getTurnSeparator()+formatChatSync()+tokenizeSync()into a single token array suitable forbranch.prefill(). Used by useAgentPool to inject tool results back into agent context.