mirror of
https://github.com/voson-wang/toon.git
synced 2026-01-29 23:34:10 +08:00
docs: overhaul TOON example
This commit is contained in:
@@ -43,7 +43,7 @@ AI is becoming cheaper and more accessible, but larger context windows allow for
|
||||
{
|
||||
"context": {
|
||||
"task": "Our favorite hikes together",
|
||||
"homeBase": "Boulder",
|
||||
"location": "Boulder",
|
||||
"season": "spring_2025"
|
||||
},
|
||||
"friends": ["ana", "luis", "sam"],
|
||||
@@ -82,7 +82,7 @@ AI is becoming cheaper and more accessible, but larger context windows allow for
|
||||
```yaml
|
||||
context:
|
||||
task: Our favorite hikes together
|
||||
homeBase: Boulder
|
||||
location: Boulder
|
||||
season: spring_2025
|
||||
|
||||
friends:
|
||||
@@ -118,7 +118,7 @@ TOON conveys the same information with **even fewer tokens**, while keeping the
|
||||
```toon
|
||||
context:
|
||||
task: Our favorite hikes together
|
||||
homeBase: Boulder
|
||||
location: Boulder
|
||||
season: spring_2025
|
||||
|
||||
friends[3]: ana,luis,sam
|
||||
|
||||
Reference in New Issue
Block a user