breadboard-ai / breadboard

A library for prototyping generative AI applications.
Apache License 2.0
97 stars 20 forks source link

Add Sub Board names in Repeter node details #2212

Open itsjorgebar opened 3 weeks ago

itsjorgebar commented 3 weeks ago

Expected Behavior

When assigning a worker Sub Board to a Repeater node, the board names are listed.

Actual Behavior

An encoded string represents the Sub Boards, which makes it difficult to identify them.

image

Steps to Reproduce the Problem

  1. Open the visual editor
  2. Create a Sub Board named "foo".
  3. Go back to the Main Board.
  4. Create a Repeater node.
  5. Click the Repeater node.
  6. Click the Worker dropdown to select a worker.
  7. Notice there is no Sub Board named "foo"
dglazkov commented 3 weeks ago

Good bug.