TGTGInsighttelegram intelligenceLIVE / telegram public index
Post content
Post content
相较于 JSON,TOON 能把传给 LLM 的 token 量减少30-60%,而准确性还有略微提高。 JS 刚发了 1.0 版,其他语言的版本都还是 beta JSON { "users": [ { "id": 1, "name": "Alice", "role": "admin" }, { "id": 2, "name": "Bob", "role": "user" } ] } TOON users[2]{id,name,role}: 1,Alice,admin 2,Bob,user https://github.com/toon-format/toon