Update chroot path in multiple tools to use '/workspaces/aiTools' for consistent file handling across the codebase.
This commit is contained in:
@@ -808,7 +808,7 @@ export async function run(args) {
|
||||
open_file,
|
||||
write_file,
|
||||
remove_file,
|
||||
'/home/seb/src/aiTools/tmp'
|
||||
'/workspaces/aiTools'
|
||||
);
|
||||
return result;
|
||||
} catch (error) {
|
||||
|
||||
Reference in New Issue
Block a user