10 lines
391 B
Markdown
10 lines
391 B
Markdown
|
|
# Json-Viewer
|
||
|
|
|
||
|
|
An AI agent to view and filter json data
|
||
|
|
|
||
|
|
The agent only sends the JSON schema instead of the JSON data to the LLM, which has the following advantages:
|
||
|
|
|
||
|
|
- Less data transmission, faster response speed, and lower token costs.
|
||
|
|
- More privacy, as no actual JSON data is transmitted.
|
||
|
|
|
||
|
|

|