Michael Doyle

Results 33 issues of Michael Doyle

- In the trace view, for prompt/generate/model operations we should be able to render a "message list" for input/output fields, since we know the format of the payload. - View...

devui

Currently only enabled in the model runner. - Can we get away with defaulting to preview mode, since the template will show the "raw"? - Alternatively, we can revisit once...

devui

Enable message-by-message preview mode, instead of the global toggle (has broader UX implications). Marissa is currently working on a message list revamp that will unlock this. - Render markdown/preview by...

devui

Note: Changes likely span both framework and Dev UI After https://github.com/firebase/genkit/pull/2851. was merged, I am seeing a few problems: 1. **"thought" parts are mixed in with all of the other...

devui

It looks like the `python_packages` table supports `dist-info` and `egg-info` package formats, but not `egg`. This means that currently, all installed packages are not properly listed when querying `select *...

feature
virtual tables

We should adjust the css here. 1. At minimum, set things up so the description text is left aligned (instead of centered) 2. How do we feel about the 50%...

bug
tooling
devui

We need a good way to generate "stubbed" JSON objects for input fields. Currently we use JSONSchema Faker, but it's more geared towards "fuzzing", which we are constantly fighting against...

devui

Checklist (if applicable): - [X] PR title is following https://www.conventionalcommits.org/en/v1.0.0/ - [X] Tested (manually, unit tested, etc.) - [X] Docs updated (updated docs or a docs bug required)

js
go
tooling
python
config

The prompt runner cannot render prompts if they do not specify a model in either (a) in the prompt definition or (b) in the genkit instance config. However, since model...

devui