File size: 453 Bytes
ed6bec6 |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 |
{
"namespace": "CTX.user",
"description": "User-provided raw text and contextual metadata.",
"entries": [
{
"glyph": "CTX.user.input.raw",
"meaning": "Marks the beginning of raw user text."
},
{
"glyph": "CTX.user.context.time",
"meaning": "Optional: user-provided time context."
},
{
"glyph": "CTX.user.context.location",
"meaning": "Optional: user-provided location context."
}
]
}
|