Skip to content

feat: add chat interrupt models#31

Merged
GabrielVasilescu04 merged 1 commit intomainfrom
feature/add-interrupt-models
Feb 6, 2026
Merged

feat: add chat interrupt models#31
GabrielVasilescu04 merged 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.3.0.dev1000310164",

  # Any version from PR
  "uipath-core>=0.3.0.dev1000310000,<0.3.0.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.3.0.dev1000310000,<0.3.0.dev1000320000",
]

@GabrielVasilescu04
Copy link
Contributor Author

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

@GabrielVasilescu04 GabrielVasilescu04 force-pushed the feature/add-interrupt-models branch from e149fc3 to ed5d434 Compare February 6, 2026 11:12
@GabrielVasilescu04 GabrielVasilescu04 force-pushed the feature/add-interrupt-models branch from ed5d434 to 26b0c60 Compare February 6, 2026 11:15
@GabrielVasilescu04
Copy link
Contributor Author

@GabrielVasilescu04 GabrielVasilescu04 merged commit de6ed2a into main Feb 6, 2026
13 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