Max Lord
Max Lord
Rendering dotprompts in a new trace span for better observability. Checklist (if applicable): - [x] Tested (manually, unit tested, etc.) 
This fixes the bug reported in https://github.com/firebase/genkit/issues/422 where `renderPrompt` does not preserve the output schema that the prompt function returns. This also fixes the bug reported in https://github.com/firebase/genkit/issues/757 where `Dotprompt.render()`...
Enabling top level actions such as prompts or generate calls to be used for telemetry as effectively as those wrapped in flows. - Switching actions to use newTrace, which starts...
When imagen model fails to generate any predictions, the error is obscure instead of throwing a reasonable exception. ``` TypeError: Cannot read properties of undefined (reading 'map') at /workspace/node_modules/@genkit-ai/vertexai/lib/imagen.js:249:47 ```...
### Description - Consolidating all of the `crashlytics_get_*` tools into a single tool `crashlytics_get_report`. This will enable the set of supported reports to expand without adding additional tools. - Moving...