Skip to content

Conversation

@GabrielVasilescu04
Copy link
Contributor

@GabrielVasilescu04 GabrielVasilescu04 commented Dec 15, 2025

Description

Handle interrupts in the chat runtime.
Separate exchange_end event from the disconnect method

Development Package

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

  # Any version from PR
  "uipath-runtime>=0.3.0.dev1000550000,<0.3.0.dev1000560000"
]

[[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" }

@GabrielVasilescu04 GabrielVasilescu04 force-pushed the feature/chat-runtime-interrupt branch 2 times, most recently from a0e14ad to ec460d7 Compare December 16, 2025 15:16
@GabrielVasilescu04 GabrielVasilescu04 force-pushed the feature/chat-runtime-interrupt branch from ec460d7 to db127cd Compare December 16, 2025 15:17
@GabrielVasilescu04 GabrielVasilescu04 marked this pull request as ready for review December 16, 2025 15:32
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.

Copilot encountered an error and was unable to review this pull request. You can try again by re-requesting a review.

result["resume"] = self.trigger.model_dump(by_alias=True)

if self.triggers:
result["triggers"] = self.triggers.model_dump(by_alias=True)
Copy link
Member

Choose a reason for hiding this comment

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

"resumeTriggers"

@GabrielVasilescu04 GabrielVasilescu04 force-pushed the feature/chat-runtime-interrupt branch from f0b87dc to b5f44a9 Compare December 17, 2025 13:45
@GabrielVasilescu04 GabrielVasilescu04 force-pushed the feature/chat-runtime-interrupt branch from 274a313 to ff5de50 Compare December 18, 2025 08:55
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