📝 Update the JSON Stream Lines source example, 3 items

This commit is contained in:
Sebastián Ramírez
2026-02-27 13:17:21 +01:00
parent 65dce225c8
commit 7c959eef27

View File

@@ -14,6 +14,7 @@ class Item(BaseModel):
items = [
Item(name="Plumbus", description="A multi-purpose household device."),
Item(name="Portal Gun", description="A portal opening device."),
Item(name="Meeseeks Box", description="A box that summons a Meeseeks."),
]