Files
2125_GCE/programs/demo_symbolic.gx.json
T

18 lines
541 B
JSON
Raw Normal View History

{
"magic": "GXIC1",
"version": 1,
"model": "",
"entrypoint": "main",
"symbols": {
"main": 0
},
"instructions": [
{ "op": "SET_MODE", "args": ["symbolic"] },
{ "op": "SET_CONTEXT", "args": ["domain", "compression_theory"] },
{ "op": "SET_CONTEXT", "args": ["style", "symbolic"] },
{ "op": "CHAIN", "args": ["symbolic_run_1"] },
{ "op": "LOG", "args": ["Entering symbolic cognition mode"] },
{ "op": "RUN_PROMPT", "args": ["Describe the relationship between compression and symbolic thought"] }
]
}