Sam Brenner

Results 54 comments of Sam Brenner

Hi @jeancornic @saputradharma! Apologies for the delayed response on this FR - yes this is on our roadmap within the next couple of months. When we have a PR up...

also, looks like langchain tests (+ test requirements lockfiles check) are still failing because you might need to run `scripts/compile-and-prune-test-requirements`

Hi @sebastian-sierra, thanks for opening this feature request! This one is on our radar, and I should be able to address it within the next few weeks. When I'm able...

Hi @talos, sorry for the delay on this FR! It's still on our roadmap, we unfortunately have not been able to get to it yet. We have some existing tech...

hey folks! sorry for the extremely delayed response, but I just opened a PR to add support for `InvokeModelWithResponseStreamCommand`. will get it merged and released! @mesaugat we will be tackling...

Hi @prescottprue! This is an issue we're coincidentally have already been looking into, and are trying a few things out - I believe the issue is how our patching interacts...

Interesting, thanks for sharing an update! Can you confirm that the llmobs environment variables are being set? There should be a set of logs like these ``` Configuring LLMObsEvalMetricsWriter to...

Hi @prescottprue - thanks for so much detail! This helps a lot 😄 I forgot to mention this, but could you add `ai` (and any other packages you wish to...

> I wanted to callout though that I'm not using type: "module" in our package.json, so I'm wondering if that plays a role into why dd-trace/initialize.mjs is having an issue...

> TypeScript types for dd-trace don't include the 'ai' plugin yet. The cast to any works around this - the plugin exists at runtime. > > `(tracer as any).use('ai', true);`...