Émile Fugulin
Émile Fugulin
While not a full fix for #1054, this provides temporary relief for mixed provider setup so the user can at least differentiate between the two events. All providers are expect...
- [ ] I have looked for existing issues (including closed) about this ## Feature Request Make the Otel records configurable. ### Motivation Otel is adding a lot of crap...
- [x] I have looked for existing issues (including closed) about this ## Feature Request I think we should completely re-think events and use the model provided by the Vercel...
Since https://github.com/0xPlaygrounds/rig/pull/875, client builders have now diverged. - Some return a `Result` on `build`, some don't. This should be uniform and always return a `Result` for the future compatibility. -...
- [x] I have looked for existing issues (including closed) about this ## Feature Request Right now the schemas are just serde_json::Value. I am wondering if it would be worth...
- [x] I have looked for existing issues (including closed) about this ## Feature Request Enum serialization is a bit all over the place, `UserContent` is inner tag (`#[serde(tag =...
- [x] I have looked for existing issues (including closed) about this ## Bug Report I am confused by the `call_id` vs `id` usage, all providers (including openai in the...
- [x] I have looked for existing issues (including closed) about this ## Feature Request I am looking at what the AI SDK is doing to get inspiration (https://github.com/vercel/ai) since...
- [x] I have looked for existing issues (including closed) about this ## Feature Request At the moment your dependencies are very strict and almost always to the latest patch...
Right now it is not really possible to know if a given request has had passive checks ran on it. We should store at minimum a count of that. Ideally...