We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7feb3f3 commit 7501d8fCopy full SHA for 7501d8f
1 file changed
packages/genkit/lib/src/ai/prompt_loader_io.dart
@@ -140,8 +140,8 @@ void _loadPrompt(
140
// Build the input schema from the frontmatter `input.schema`. The raw
141
// metadata from `parse` is not schema-resolved, so Picoschema is converted
142
// to JSON Schema here (mirroring what `renderMetadata` does internally).
143
- // Without this the action has no input schema, so the Developer UI shows no
144
- // input fields and input is never validated.
+ // Without this the action has no input schema, so the Developer UI cannot
+ // render an input form for the prompt.
145
final inputSchema = _toInputSchema(metadata.input?.schema);
146
147
// Build output config from parsed metadata. As with the input schema, the
0 commit comments