Jidé

Results 14 issues of Jidé

It seems objects are not affected by fieldConfig. It would allow to have object shapes use a custom component. Is there a way to achieve this ?

**Describe the bug** If i try to use the player with a project in the same vite project, it throws. **To Reproduce** - Create a motion project - Create an...

b-bug

How can we add attachments to the chat ? I tried usings parts in append, but the chat does not take files into account : ``` append({ role: "user", content:...

```js const result = await fal.subscribe("fal-ai/flux-pro/new", { input: { prompt, image_size: aspect, sync_mode: true, }, logs: false, }); console.log(result); // yields { images: [ { url: '...' width: 1024, height:...

enhancement