Skip to content

Commit cb1df50

Browse files
committed
wip
1 parent 0007aeb commit cb1df50

38 files changed

+1667
-940
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "uipath"
3-
version = "2.1.22"
3+
version = "2.1.23"
44
description = "Python SDK and CLI for UiPath Platform, enabling programmatic interaction with automation services, process management, and deployment tools."
55
readme = { file = "README.md", content-type = "text/markdown" }
66
requires-python = ">=3.10"

src/uipath/_cli/_evals/_evaluators/__init__.py

Lines changed: 0 additions & 22 deletions
This file was deleted.

src/uipath/_cli/_evals/_evaluators/_deterministic_evaluator_base.py

Lines changed: 0 additions & 46 deletions
This file was deleted.

src/uipath/_cli/_evals/_evaluators/_evaluator_base.py

Lines changed: 0 additions & 124 deletions
This file was deleted.

src/uipath/_cli/_evals/_evaluators/_exact_match_evaluator.py

Lines changed: 0 additions & 40 deletions
This file was deleted.

src/uipath/_cli/_evals/_evaluators/_trajectory_evaluator.py

Lines changed: 0 additions & 48 deletions
This file was deleted.

src/uipath/_cli/_evals/_models/__init__.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,15 +4,15 @@
44
EvaluationSetResult,
55
EvaluatorCategory,
66
EvaluatorType,
7-
LLMResponse,
7+
EvaluatorBaseParams
88
)
99

1010
__all__ = [
11-
"LLMResponse",
1211
"EvaluatorCategory",
1312
"EvaluatorType",
1413
"EvaluationResult",
1514
"EvaluationSetResult",
1615
"EvaluationItem",
1716
"EvaluationSet",
17+
"EvaluatorBaseParams"
1818
]

0 commit comments

Comments
 (0)