mirror of
https://github.com/HeyPuter/puter.git
synced 2026-08-16 11:08:11 +00:00
Docker Image CI / build-and-push-image (push) Waiting to run
Maintain Release Merge PR / update-release-pr (push) Waiting to run
release-please / release-please (push) Waiting to run
test / test (18.x) (push) Waiting to run
test / test (20.x) (push) Waiting to run
test / test (22.x) (push) Waiting to run
Sometimes tool use requests are streamed as JSON, but sometimes they're streamed as an empty string (causing the JSON parser to error). Had they not streamed anything we actually would've responded correctly, but what they stream implies "this empty string is the JSON input" which is incorrect. Oh well.