Michael Bleigh

Results 43 issues of Michael Bleigh

All right, I've done the initial import of my experimental Cloud Firestore work. I also added an `analysis.json` as per the new rules for making `iron-component-page` work (not sure if...

Consider this more an aspirational PR at the moment, largely because I'm not sure how this can/should interact with the `app-storage` behaviors. Should these methods throw when offline? Can we...

We often get new comments on super-old issues with users encountering similar problems. They comment on the old thread and either someone happens to notice it or not, and it...

I was going to just write a patch myself but the code is a little more involved that I expected. This would be super-amazing if you could include fields from...

That way I can copy and paste it but also get back to it without remembering to keep track of the URL.

When typing in the JSON input of the prompt playground, the screen gradually scrolls down eventually making the input off-screen.

bug
tooling

**Describe the bug** When using Dotprompt with tools, the prompt playground doesn't properly resolve them. **To Reproduce** Steps to reproduce the behavior: 1. Define a tool using `defineTool` 2. Activate...

bug
tooling

When building tool plugins, it's useful for the tools to be as broadly defined as possible; however, when actually using those tools it's useful for the LLM to have as...

feature

This adds new `generateText` and `generateOutput` convenience methods that return like so: ```ts const {text, response} = await generateText({prompt: "Tell me a joke"}); const {output, response} = await generateOutput({ prompt:...

It would be really handy for the input editor if, when you paste a multiline string, it automatically converted it to a JSON string. So i paste: ``` hello world...

devui