rivet
rivet copied to clipboard
The open-source visual AI programming environment and TypeScript library
### Feature Request Currently, the code block only supports non-async code. How can we add support for async code blocks? ### Code of Conduct - [X] I agree to follow...
### What happened? Working on a ChatNode plugin that directly extends ChatNode.ts and realized that there is an error. Looking at this code: ``` if (functionCalls.length > 0) { if...
### Feature Request 1.5 series of models have system prompts now; it would be great to have them supported in Rivet. ### Code of Conduct - [X] I agree to...
Bumps [webpack](https://github.com/webpack/webpack) from 5.87.0 to 5.94.0. Release notes Sourced from webpack's releases. v5.94.0 Bug Fixes Added runtime condition for harmony reexport checked Handle properly data/http/https protocols in source maps Make...
Bumps [rollup](https://github.com/rollup/rollup) from 4.17.2 to 4.22.4. Release notes Sourced from rollup's releases. v4.22.4 4.22.4 2024-09-21 Bug Fixes Fix a vulnerability in generated code that affects IIFE, UMD and CJS bundles...
Bumps [express](https://github.com/expressjs/express) from 4.19.2 to 4.21.0. Release notes Sourced from express's releases. 4.21.0 What's Changed Deprecate "back" magic string in redirects by @blakeembrey in expressjs/express#5935 [email protected] by @wesleytodd in expressjs/express#5954...
Bumps [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite) from 5.2.11 to 5.2.14. Changelog Sourced from vite's changelog. 5.2.14 (2024-09-16) fix: avoid DOM Clobbering gadget in getRelativeUrlFromDocument (#18115) (ebb94c5), closes #18115 fix: fs raw query (#18112) (8339d74),...
Bumps [next](https://github.com/vercel/next.js) from 14.0.1 to 14.2.10. Release notes Sourced from next's releases. v14.2.10 [!NOTE] This release is backporting bug fixes. It does not include all pending features/changes on canary. Core...
### Feature Request Requesting additon of o1 preview and o1 mini support ### Code of Conduct - [X] I agree to follow this project's Code of Conduct
### Feature Request For anthropic node dumb me sometimes sends as last message an assistant message. This generates a loop of sending to Antrhopic , not getting anything out and...