Commit 1596ddd
authored
feat(traces): add more observation types (#1290)
* init commit
* Use as_type
* clean
* cleanup
* cleanup
* todo clarifty case sensitivity
* format
* revert
* add test
* lower case
* fix lint
* format
* types
* cleanup
* fix test
* update
* update
* fix cases
* fix some more types
* update SDK
* fix types
* add type checing isntructions
* restore
* restore 2
* restore
* restore 3
* simplify
* simplift
* simplify
* fix case
* rearrange spans
* restrucure a bit
* cleanup
* make mypy happy
* py3.9 compat
* happy mypy
* cleanup
* a bit more clean
* cleanup
* overload all the things
* overload
* rename spanwrapper to observation wrapper
* don't update events
* fix test
* fix span
* fix test
* langchain
* formatting
* add langchain test
* add core test
* cleanup
* add deprecation warning
* fix types
* change generation like and span like
* fix
* test format
* from review
* format
* add generation-like test
* chore: update auto gen SDK (#1300)
* unrelated changes to generated sdk
* also readme
* reset
* revert
* revert
* fix lint
* fix tests
* embedding correct attrs
* fix typing
* fix bug
* fix mypy1 parent 342efe9 commit 1596ddd
File tree
36 files changed
+4474
-636
lines changed- langfuse
- _client
- api
- resources
- annotation_queues
- types
- commons/types
- ingestion/types
- llm_connections
- types
- observations
- langchain
- tests
36 files changed
+4474
-636
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
21 | 21 | | |
22 | 22 | | |
23 | 23 | | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
24 | 31 | | |
25 | 32 | | |
26 | 33 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2 | 2 | | |
3 | 3 | | |
4 | 4 | | |
| 5 | + | |
5 | 6 | | |
6 | 7 | | |
7 | | - | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
8 | 20 | | |
9 | 21 | | |
10 | 22 | | |
11 | 23 | | |
12 | 24 | | |
13 | 25 | | |
14 | 26 | | |
| 27 | + | |
15 | 28 | | |
16 | 29 | | |
17 | 30 | | |
18 | 31 | | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
19 | 39 | | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
14 | 14 | | |
15 | 15 | | |
16 | 16 | | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
17 | 22 | | |
18 | 23 | | |
19 | 24 | | |
| |||
93 | 98 | | |
94 | 99 | | |
95 | 100 | | |
| 101 | + | |
| 102 | + | |
| 103 | + | |
96 | 104 | | |
97 | 105 | | |
98 | | - | |
| 106 | + | |
99 | 107 | | |
100 | 108 | | |
101 | 109 | | |
| |||
122 | 130 | | |
123 | 131 | | |
124 | 132 | | |
| 133 | + | |
125 | 134 | | |
126 | 135 | | |
127 | | - | |
| 136 | + | |
128 | 137 | | |
129 | 138 | | |
130 | 139 | | |
| |||
0 commit comments