Skip to content

Commit 5348d3c

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

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

0 commit comments

Comments
 (0)