We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e520b73 commit 12ed0a7Copy full SHA for 12ed0a7
src/uipath_langchain/agent/tools/escalation_tool.py
@@ -18,7 +18,6 @@
18
from uipath.platform import UiPath
19
from uipath.platform.common import CreateEscalation
20
21
-from ..react.types import AgentGraphNode, AgentTerminationSource
22
from .utils import sanitize_tool_name
23
24
@@ -79,6 +78,8 @@ def create_escalation_tool(resource: AgentEscalationResourceConfig) -> Structure
79
78
async def escalation_tool_fn(
80
runtime: ToolRuntime, **kwargs: Any
81
) -> Command[Any] | Any:
+ from ..react.types import AgentGraphNode, AgentTerminationSource
82
+
83
task_title = channel.task_title or "Escalation Task"
84
85
result = interrupt(
0 commit comments