genkit icon indicating copy to clipboard operation
genkit copied to clipboard

[Go] Using tools with no input in Dev UI prompt runner fails

Open apascal07 opened this issue 8 months ago • 0 comments

Describe the bug For a tool that has no input (_ any), the Dev UI sends inputSchema: null which fails the action input validation. It expects inputSchema to not be set at all if there is nothing to validate.

apascal07 avatar Mar 27 '25 20:03 apascal07