Skip to content
This repository was archived by the owner on Mar 4, 2026. It is now read-only.

Commit fe4f114

Browse files
Merge pull request #47 from UiPath/feature/deepRag-and-index-ingestion-triggers
feat: add raw index_ingestion and deep_rag trigger names
2 parents 75eaa59 + e864ed1 commit fe4f114

3 files changed

Lines changed: 4 additions & 2 deletions

File tree

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-core"
3-
version = "0.5.3"
3+
version = "0.5.4"
44
description = "UiPath Core abstractions"
55
readme = { file = "README.md", content-type = "text/markdown" }
66
requires-python = ">=3.11"

src/uipath/core/triggers/trigger.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,8 @@ class UiPathResumeTriggerName(str, Enum):
4040
EXTRACTION = "Extraction"
4141
IXP_VS_ESCALATION = "IxpVsEscalation"
4242
JOB_RAW = "JobRaw"
43+
INDEX_INGESTION_RAW = "IndexIngestionRaw"
44+
DEEP_RAG_RAW = "DeepRagRaw"
4345

4446

4547
class UiPathApiTrigger(BaseModel):

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)