Michael Bleigh
Michael Bleigh
I accidentally the docs. Is this dangerous?
It should be compatible without modification -- `firebase-query` binds to just a normal Polymer array...
PolymerFire _should_ be supported everywhere Polymer is, which includes iOS Safari. If it's not working, there may be a bug either in Polymer or PolymerFire. On Mon, Jul 25, 2016...
I'd be happy to accept a pull request if you can write in your own solution here. Thanks!
Hmm...hadn't thought of it for anything but `belongs_to` relationships. That's not a bad point. At the same time, though, I think it would still save a LOT of overhead if...
No urgency, just reporting the bug. On Mon, May 20, 2024, 7:43 AM Michael Doyle ***@***.***> wrote: > We're hashing out the tool-call rendering capabilities in the model > playground...
1. It's not possible at the moment, but I've filed #416 because I think it should be. 2. At the moment Dotprompt doesn't support history properly, I'm working on #418...
My suggestion for this is to check for the condition of tools + json mode in the Gemini plugins (Google/Vertex) and simply don't set JSON mode when that's the case....
Update on this: see #744 which is honestly even more annoying than stale prompts because it actually breaks the flow of the server. Let's solve both of these problems.
I don't think Firestore generally supports threshold-based querying (see [docs](https://googleapis.dev/nodejs/firestore/latest/Query.html#findNearest)) which makes it difficult to add to the Firestore retriever.