Problem:
The output does not currently support nested objects Developers who need to provide structured/hierarchical data are blocked.
Impact:
Limits expressiveness of output
Developers must flatten their data structures as a workaround, losing semantic meaning
Blocks use cases where output naturally has nested structure (e.g. multi-field form evaluations, structured rubrics)
Proposed Solution
Extend the output to accept nested objects/dicts
Ensure nested structures are properly serialized and stored
Update SDK and API to handle nested validation and display in the UI
Problem:
The output does not currently support nested objects Developers who need to provide structured/hierarchical data are blocked.
Impact:
Limits expressiveness of output
Developers must flatten their data structures as a workaround, losing semantic meaning
Blocks use cases where output naturally has nested structure (e.g. multi-field form evaluations, structured rubrics)
Proposed Solution
Extend the output to accept nested objects/dicts
Ensure nested structures are properly serialized and stored
Update SDK and API to handle nested validation and display in the UI