Packages
toon_codec
1.0.0
TOON (Token-Oriented Object Notation) encoder/decoder - a compact, token-efficient format for LLM input
Current section
Files
Jump to
Current section
Files
include/toon_codec@error_CountMismatch.hrl
-record(count_mismatch, {
expected :: integer(),
actual :: integer(),
context :: binary()
}).