Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Updated the deserializer for parsing inline objects #664

Merged
merged 1 commit into from
Jun 11, 2024

Conversation

hellovai
Copy link
Contributor

  • LLMs can sometimes spit out: {"key": value, "key2": val...

This works when the object is parseable, but when its not yet parse-able (aka streaming),
this causes some bugs. We capture that now.

* LLMs can sometimes spit out: {"key": value, "key2": val...

This works when the object is parseable, but when its not yet parse-able (aka streaming),
this causes some bugs. We capture that now.
Copy link

vercel bot commented Jun 11, 2024

The latest updates on your projects. Learn more about Vercel for Git ↗︎

1 Ignored Deployment
Name Status Preview Comments Updated (UTC)
baml ⬜️ Ignored (Inspect) Visit Preview Jun 11, 2024 7:03pm

@hellovai hellovai merged commit 209ba67 into canary Jun 11, 2024
9 checks passed
@hellovai hellovai deleted the partial-parsing branch June 11, 2024 19:05
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant