Packages

TOON (Token-Oriented Object Notation) encoder/decoder - a compact, token-efficient format for LLM input

Current section

Files

Jump to
toon_codec include toon_codec@error_CountMismatch.hrl
Raw

include/toon_codec@error_CountMismatch.hrl

-record(count_mismatch, {
expected :: integer(),
actual :: integer(),
context :: binary()
}).