Closed tonyfast closed 2 years ago
the inline lark to notebook parser has specific directives for known notebook file keys. when those are encounters in structured outputs like JSON data the parser breaks. these changes fix the parsing edge case and adds tests for verification.
JSON
the inline lark to notebook parser has specific directives for known notebook file keys. when those are encounters in structured outputs like
JSON
data the parser breaks. these changes fix the parsing edge case and adds tests for verification.