Skip to content

Commit 56a8ba1

Browse files
committed
fix: index ingestion trigger name
1 parent 700c188 commit 56a8ba1

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
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-runtime"
3-
version = "0.6.0"
3+
version = "0.6.1"
44
description = "Runtime abstractions and interfaces for building agents and automation scripts in the UiPath ecosystem"
55
readme = { file = "README.md", content-type = "text/markdown" }
66
requires-python = ">=3.11"

src/uipath/runtime/resumable/trigger.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ class UiPathResumeTriggerType(str, Enum):
1818
API = "Api"
1919
DEEP_RAG = "DeepRag"
2020
BATCH_RAG = "BatchRag"
21-
EPHEMERAL_INDEX = "EphemeralIndex"
21+
INDEX_INGESTION = "IndexIngestion"
2222
IXP_EXTRACTION = "IxpExtraction"
2323

2424

@@ -35,7 +35,7 @@ class UiPathResumeTriggerName(str, Enum):
3535
API = "Api"
3636
DEEP_RAG = "DeepRag"
3737
BATCH_RAG = "BatchRag"
38-
EPHEMERAL_INDEX = "EphemeralIndex"
38+
INDEX_INGESTION = "IndexIngestion"
3939
EXTRACTION = "Extraction"
4040

4141

uv.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)