Skip to content

feat: add chat interrupt models#31

Open
GabrielVasilescu04 wants to merge 1 commit intomainfrom
feature/add-interrupt-models
Open

feat: add chat interrupt models#31
GabrielVasilescu04 wants to merge 1 commit intomainfrom
feature/add-interrupt-models

Conversation

@GabrielVasilescu04
Copy link
Contributor

@GabrielVasilescu04 GabrielVasilescu04 commented Feb 4, 2026

Description

Add interrupt event models from CAS: https://github.com/UiPath/AgentInterfaces/blob/2bc756e12465316921a68ce57d05c215d88a59b8/lib/types/src/conversation/conversation-event.schemas.ts#L659

Development Package

  • Use uipath pack --nolock to get the latest dev build from this PR (requires version range).
  • Add this package as a dependency in your pyproject.toml:
[project]
dependencies = [
  # Exact version:
  "uipath-core==0.2.4.dev1000310156",

  # Any version from PR
  "uipath-core>=0.2.4.dev1000310000,<0.2.4.dev1000320000"
]

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

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

[tool.uv]
override-dependencies = [
    "uipath-core>=0.2.4.dev1000310000,<0.2.4.dev1000320000",
]

@GabrielVasilescu04 GabrielVasilescu04 force-pushed the feature/add-interrupt-models branch from e7c1015 to c1f1fa5 Compare February 4, 2026 11:36
@GabrielVasilescu04
Copy link
Contributor Author

Will test with the dev version before merging (still need to make the changes in the other repos)

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