Skip to content

Conversation

@radu-mocanu
Copy link
Contributor

@radu-mocanu radu-mocanu commented Jan 27, 2026

  • index ingestion trigger name

Development Package

  • Add this package as a dependency in your pyproject.toml:
[project]
dependencies = [
  # Exact version:
  "uipath-runtime==0.6.1.dev1000720233",

  # Any version from PR
  "uipath-runtime>=0.6.1.dev1000720000,<0.6.1.dev1000730000"
]

[[tool.uv.index]]
name = "testpypi"
url = "https://test.pypi.org/simple/"
publish-url = "https://test.pypi.org/legacy/"
explicit = true

[tool.uv.sources]
uipath-runtime = { index = "testpypi" }

Copilot AI review requested due to automatic review settings January 27, 2026 10:41
Copy link

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

This PR renames a trigger enum value from "EphemeralIndex" to "IndexIngestion" in the UiPathResumeTriggerName enum to better reflect its purpose.

Changes:

  • Renamed the EPHEMERAL_INDEX enum value to INDEX_INGESTION in the UiPathResumeTriggerName enum

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

DEEP_RAG = "DeepRag"
BATCH_RAG = "BatchRag"
EPHEMERAL_INDEX = "EphemeralIndex"
INDEX_INGESTION = "IndexIngestion"
Copy link

Copilot AI Jan 27, 2026

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The enum value was renamed in the UiPathResumeTriggerName enum, but there is a corresponding EPHEMERAL_INDEX entry in the UiPathResumeTriggerType enum (line 21) that should also be updated to INDEX_INGESTION for consistency. These two enums should be kept in sync when representing the same trigger concept.

Copilot uses AI. Check for mistakes.
@radu-mocanu radu-mocanu merged commit 1d75294 into main Jan 27, 2026
11 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants