This message was deleted.
# ask-for-help
s
This message was deleted.
👀 1
l
Hi Tom, could you share your service.py? What's the difficulty to convert a single instance to a list of instances?
t
Hi Iarme, good point, that worked fine: I made a new pydantic model that has a single entry, which is a list of my old pydantic model, and I just unpack that. I think I was expecting to just see a batch option on the service decorator, but I guess that's not really needed.