Skip to content

fix: add missing field to EscalationToolOutput#660

Open
radugheo wants to merge 1 commit intomainfrom
fix/add-missing-escalation-field
Open

fix: add missing field to EscalationToolOutput#660
radugheo wants to merge 1 commit intomainfrom
fix/add-missing-escalation-field

Conversation

@radugheo
Copy link
Collaborator

@radugheo radugheo commented Mar 3, 2026

This pull request fixes escalation tool's output model by adding a new is_deleted field, along with an additional test.

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-langchain==0.8.3.dev1006603224",

  # Any version from PR
  "uipath-langchain>=0.8.3.dev1006600000,<0.8.3.dev1006610000"
]

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

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

[tool.uv]
override-dependencies = [
    "uipath-langchain>=0.8.3.dev1006600000,<0.8.3.dev1006610000",
]

@radugheo radugheo force-pushed the fix/add-missing-escalation-field branch from 60d1d48 to 6fcc02c Compare March 3, 2026 16:52
@radugheo radugheo marked this pull request as ready for review March 3, 2026 16:52
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