fix: devui issues - #243
Conversation
There was a problem hiding this comment.
Code Review
This pull request introduces support for input and output schemas in models and prompts, including a new Picoschema utility to parse compact schema dialects from .prompt frontmatter. It also exposes custom generation options in ModelInfo across multiple model plugins to enable configuration rendering in the Dev UI, and wraps the high-level generation process in a dedicated 'generate' span for improved trace nesting. Feedback on these changes suggests enhancing the @nullable detection in SchemaUtils to also inspect getter methods, and making the frontmatter parsing in DotPrompt more robust by wrapping individual field conversions in separate try-catch blocks.
Important
The consumer version of Gemini Code Assist on GitHub is being sunset. Starting June 18, 2026, new organization installations will be blocked, and all code review activity will officially cease on July 17, 2026.
For more details on the timeline and next steps, please review the Help Documentation.
Description
Fix devui issues
Type of Change
Related Issue
fixes:
Testing
Checklist
Documentation