Skip to content

Commit d1b0965

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

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
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: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -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)