Commit 5fda66e
authored
fix(litellm): patch async embeddings for auto instrumentation (#186)
Trace litellm.aembedding alongside the existing embedding path so patch_litellm() and wrap_litellm() cover async embedding calls.
Add a VCR regression test and cassette to lock down the missing async embedding instrumentation reported in issue 115.1 parent 07eae20 commit 5fda66e
5 files changed
Lines changed: 1034 additions & 4 deletions
File tree
- py/src/braintrust/integrations/litellm
- cassettes
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
8 | 8 | | |
9 | 9 | | |
10 | 10 | | |
11 | | - | |
12 | | - | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
13 | 14 | | |
14 | 15 | | |
15 | 16 | | |
| |||
0 commit comments