Linell Bonnette
Linell Bonnette
On a fresh installation the script fails to load due to an error with the alert sound.
This problem seems very similar to #2 _but_ I've verified to the very best of my abilities that the paths are in fact correct. More importantly, I've also getting another...
I have a couple entities that look like this: ``` ruby class Foo::Entity < Grape::Entity expose :id, :foo_name end class Bar::Entity < Grape::Entity expose :id, :stuff, :things expose :foo, :using...
So I have an `Employee` entity that looks something like this. ``` ruby class Employee::Entity < Grape::Entity expose :id, :name, :company end ``` The `Employee` has tons of clock ins...
## Description Why say in a dozen words what could be said in a two minute long video instead? _Click to watch, sadly the thumbnail is a spoiler._ [![really dumb...
Adds the ability for users to add metadata about their runs and steps - [x] inside step context, target defined - [x] inside step context, target undefined - [x] outside...
## Summary Adds the [@traceloop/instrumentation-anthropic](https://github.com/traceloop/openllmetry-js/tree/main/packages/instrumentation-anthropic) package so that we're able to automatically instrument Anthropic calls like we do for OpenAI. We're adding this one manually because it isn't automatically included...