cognesy/instructor-php

Iterable results with streaming

ddebowczyk opened this issue · 0 comments

Getting a long list of results eg array of objects may take time, while it would be possible to start processing individual objects if they have been already streamed - without waiting for a complete list. It allows async processing of the results or more responsive UI.