Skip to content

Commit b055e2f

Browse files
feat: conversational agent support
1 parent 637170a commit b055e2f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/uipath/runtime/context.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,7 @@ class UiPathRuntimeContext(BaseModel):
5151
logs_min_level: str | None = "INFO"
5252
result: UiPathRuntimeResult | None = None
5353
trace_manager: UiPathTraceManager | None = None
54+
keep_state_file: bool = False
5455

5556
model_config = ConfigDict(arbitrary_types_allowed=True, extra="allow")
5657

0 commit comments

Comments
 (0)