lashlang 0.1.0-alpha.65

Lashlang: compact CodeAct language for model-authored REPL blocks in the lash agent runtime.
Documentation
1
2
3
4
5
6
7
8
9
---
source: crates/lashlang/src/runtime/tests.rs
assertion_line: 375
expression: "runtime_diagnostic(\"x = 1\\nsubmit len(true)\").await"
---
`len` requires a string, list, record, or null; use `.size` for images
--> line 2, column 1
submit len(true)
^~~~~~~~~~~~~~~~