Gabriel Cséfalvay
Gabriel Cséfalvay
1. Not stupid at all. The web interface is working without a problem, it shows up everywhere. Only the UPnP part has the problem. 2. I can ping my computer...
I did as you suggested. I clicked around in the web interface. I deleted some files, tried adding some files. Adding individual files (with the + icon) doesn't work, adding...
I just ran across this issue. It is caused by the `spread` function being called in a timeout callback. A callback function is run out of the current context, so...
Ok, I see. So it's an architectural problem. I hope it'll get resolved. If I understand correctly, in its current form if `createScriptLoader` is called in a component, that is...
Thanks for reminding me to return to this topic. ✔️ I can confirm that if there is no `default` export, the path doesn't show up in the sitemap. ❔ This...
BTW for anyone interested... It also seems like that components that are in a `.directory` (dot directory) WITH a `default` export also don't show up.
This is a feature request, not sure why it isn't marked as such.
Hi, thanks for the answer. Not really. Using `defineSchema` I'd have the schema defined in a different file than the prompt. I know it's possible to have schemas defined and...
_Well organized_ in this case mainly means things that belong together be in one place (file). This mitigates errors when somebody edits one part of a "thing" (like a prompt)...
**Additional context** This seems to be possible using the new **`ai.chat()`** and **`ai.createSession()`** interfaces in `genkit/beta`.