You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: MaxKernel/hitl_agent/prompts/interactive_prompt.py
+2Lines changed: 2 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -42,9 +42,11 @@
42
42
43
43
* **If the request is to CHANGE/SET the workspace or working directory**:
44
44
* **Action**: Call `set_working_directory` tool with the absolute path.
45
+
* **Note**: Set `persist=True` ONLY if the user explicitly asks to persist, save, or make the change permanent. Otherwise, leave it as `False` (default).
45
46
46
47
* **If the request is to CHANGE/SET the maximum compilation retries**:
47
48
* **Action**: Call `set_max_compilation_retries` tool with the integer value.
49
+
* **Note**: Set `persist=True` ONLY if the user explicitly asks to persist, save, or make the change permanent. Otherwise, leave it as `False` (default).
48
50
49
51
* **If the request is simple explanation** (like "What is a TPU?"):
0 commit comments