* feat: Add output type validation to map and reduce operations
Co-authored-by: ss.shankar505 <ss.shankar505@gmail.com>
* Refine API error message for validation failures
Co-authored-by: ss.shankar505 <ss.shankar505@gmail.com>
* Test map type validation for integer answers
Co-authored-by: ss.shankar505 <ss.shankar505@gmail.com>
* fix test for validating schemas
---------
Co-authored-by: Cursor Agent <cursoragent@cursor.com>
* Replace api_wrapper with runner in test fixtures and configurations
Co-authored-by: ss.shankar505 <ss.shankar505@gmail.com>
* Refactor test fixtures and reorganize configuration in test files
Co-authored-by: ss.shankar505 <ss.shankar505@gmail.com>
---------
Co-authored-by: Cursor Agent <cursoragent@cursor.com>
* fix: improve caching and don't raise error for bad gather configs
* fix: improve caching and don't raise error for bad gather configs
* feat: adding conditional gleaning
* feat: add flag to stream map operation outputs to disk
* flush partial results default False
* comment out print statement in test basic map
* rewrite test to not use batched config
---------
Co-authored-by: Shreya Shankar <ss.shankar505@gmail.com>
* added enum support
* tests: add test for enum type output
* docs: update docs to support enum type schemas
---------
Co-authored-by: Shreya Shankar <ss.shankar505@gmail.com>