breadboard
breadboard copied to clipboard
Rip out the early ad hoc wiring machinery
- Go to https://breadboard-ai.web.app/?board=idb%3A%2F%2Fdefault%2Fblank.json
- Try to wire
input.text
tooutput.*
- The error message thinks there's an attempt to wire
input.text
tooutput.text
I've checked the event itself, and it does seem to be trying to do input.text
to output.*
so I think the issue is probably in the Editor API.