Skip to content

Commit 9807a0e

Browse files
committed
update test
1 parent ffc6630 commit 9807a0e

42 files changed

Lines changed: 1685 additions & 2288 deletions

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

deepeval/integrations/pydantic_ai/instrumentator.py

Lines changed: 175 additions & 116 deletions
Large diffs are not rendered by default.

deepeval/tracing/__init__.py

Lines changed: 20 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,17 @@
33
update_current_trace,
44
current_trace_context,
55
current_span_context,
6-
update_retriever_span,
6+
update_agent_span,
77
update_llm_span,
8+
update_tool_span,
9+
update_retriever_span,
10+
next_span,
11+
next_agent_span,
12+
next_llm_span,
13+
next_tool_span,
14+
next_retriever_span,
15+
pop_pending_for,
16+
apply_pending_to_span,
817
)
918
from .trace_context import trace, LlmSpanContext
1019
from .types import BaseSpan, Trace
@@ -16,8 +25,17 @@
1625
"update_current_trace",
1726
"current_trace_context",
1827
"current_span_context",
19-
"update_retriever_span",
28+
"update_agent_span",
2029
"update_llm_span",
30+
"update_tool_span",
31+
"update_retriever_span",
32+
"next_span",
33+
"next_agent_span",
34+
"next_llm_span",
35+
"next_tool_span",
36+
"next_retriever_span",
37+
"pop_pending_for",
38+
"apply_pending_to_span",
2139
"LlmSpanContext",
2240
"BaseSpan",
2341
"Trace",

0 commit comments

Comments
 (0)