judgeval 0.0.28__py3-none-any.whl → 0.0.30__py3-none-any.whl
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- judgeval/common/tracer.py +1 -1
- {judgeval-0.0.28.dist-info → judgeval-0.0.30.dist-info}/METADATA +1 -1
- {judgeval-0.0.28.dist-info → judgeval-0.0.30.dist-info}/RECORD +5 -5
- {judgeval-0.0.28.dist-info → judgeval-0.0.30.dist-info}/WHEEL +0 -0
- {judgeval-0.0.28.dist-info → judgeval-0.0.30.dist-info}/licenses/LICENSE.md +0 -0
judgeval/common/tracer.py
CHANGED
@@ -73,7 +73,7 @@ class TraceEntry:
|
|
73
73
|
span_id: str # Unique ID for this specific span instance
|
74
74
|
depth: int # Indentation level for nested calls
|
75
75
|
message: str # Human-readable description
|
76
|
-
|
76
|
+
created_at: float # Unix timestamp when entry was created, replacing the deprecated 'timestamp' field
|
77
77
|
duration: Optional[float] = None # Time taken (for exit/evaluation entries)
|
78
78
|
trace_id: str = None # ID of the trace this entry belongs to
|
79
79
|
output: Any = None # Function output value
|
@@ -8,7 +8,7 @@ judgeval/run_evaluation.py,sha256=N2ppmEE5WoSReChKjr_n0NcdAUlUR6Nua7M1C_3zHQ8,24
|
|
8
8
|
judgeval/common/__init__.py,sha256=7d24BRxtncpMj3AAJCj8RS7TqgjXmW777HVZH6-3sBs,289
|
9
9
|
judgeval/common/exceptions.py,sha256=U-TxHLn7oVMezsMuoYouNDb2XuS8RCggfntYf5_6u4E,565
|
10
10
|
judgeval/common/logger.py,sha256=KO75wWXCxhUHUMvLaTU31ZzOk6tkZBa7heQ7y0f-zFE,6062
|
11
|
-
judgeval/common/tracer.py,sha256=
|
11
|
+
judgeval/common/tracer.py,sha256=b-eQyC_MPwMAVQJS6wtVW0_7hzk8tC9EV6NZZoNjWos,58188
|
12
12
|
judgeval/common/utils.py,sha256=LUQV5JfDr6wj7xHAJoNq-gofNZ6mjXbeKrGKzBME1KM,33533
|
13
13
|
judgeval/data/__init__.py,sha256=dG5ytBOeOWCTd5o0KP7IblqtW4G1EBaGreLWepM3jas,345
|
14
14
|
judgeval/data/custom_api_example.py,sha256=uW_ZBzkDLWumtudmfRHAJQkVYpm2qWgcDf7vBNLpS-o,3444
|
@@ -87,7 +87,7 @@ judgeval/scorers/judgeval_scorers/local_implementations/summarization/prompts.py
|
|
87
87
|
judgeval/scorers/judgeval_scorers/local_implementations/summarization/summarization_scorer.py,sha256=Qk7lwHgRPYeGoxTOyclAh1VfGItfvHJ6l1t7Nk3SWFM,20927
|
88
88
|
judgeval/tracer/__init__.py,sha256=wy3DYpH8U_z0GO_K_gOSkK0tTTD-u5eLDo0T5xIBoAc,147
|
89
89
|
judgeval/utils/alerts.py,sha256=O19Xj7DA0YVjl8PWiuH4zfdZeu3yiLVvHfY8ah2wG0g,2759
|
90
|
-
judgeval-0.0.
|
91
|
-
judgeval-0.0.
|
92
|
-
judgeval-0.0.
|
93
|
-
judgeval-0.0.
|
90
|
+
judgeval-0.0.30.dist-info/METADATA,sha256=A1AbKJ1CqCjM4ankQWZ8AVKZdxLZBUUWehKHdgT43l0,5418
|
91
|
+
judgeval-0.0.30.dist-info/WHEEL,sha256=qtCwoSJWgHk21S1Kb4ihdzI2rlJ1ZKaIurTj_ngOhyQ,87
|
92
|
+
judgeval-0.0.30.dist-info/licenses/LICENSE.md,sha256=tKmCg7k5QOmxPK19XMfzim04QiQJPmgIm0pAn55IJwk,11352
|
93
|
+
judgeval-0.0.30.dist-info/RECORD,,
|
File without changes
|
File without changes
|