You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/uipath/_cli/_evals/mocks/llm_mocker.py
+16-2Lines changed: 16 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -6,6 +6,9 @@
6
6
7
7
frompydanticimportBaseModel
8
8
9
+
fromuipath.tracing._tracedimporttraced
10
+
fromuipath.tracing._utilsimport_SpanUtils
11
+
9
12
from .._models._evaluation_setimport (
10
13
EvaluationItem,
11
14
LLMMockingStrategy,
@@ -51,7 +54,7 @@
51
54
3. Always include the entire output regardless of token length.
52
55
3. Consider the context of the current test run and the agent being tested. If the agent is acting on a property, make sure the output includes that property.
53
56
54
-
Respond ONLY with valid JSON that would be a realistic and completetool response. Do not include any explanations or markdown.
57
+
Respond ONLY with valid JSON that would be a realistic and complete tool response. Do not include any explanations or markdown.
0 commit comments