summaryrefslogtreecommitdiff
path: root/src/system_prompt.zig
diff options
context:
space:
mode:
Diffstat (limited to 'src/system_prompt.zig')
-rw-r--r--src/system_prompt.zig2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/system_prompt.zig b/src/system_prompt.zig
index 9dce3e5..e2b2907 100644
--- a/src/system_prompt.zig
+++ b/src/system_prompt.zig
@@ -473,7 +473,7 @@ const TmpLayers = struct {
fn openTmpStore(arena: Allocator, root: []const u8) !panto.FileSystemJSONLStore {
const sessions = try std.fs.path.join(arena, &.{ root, "sessions" });
- return panto.FileSystemJSONLStore.init(testing.allocator, testing.io, sessions, "/cwd");
+ return panto.FileSystemJSONLStore.init(testing.allocator, testing.io, sessions);
}
/// Minimal agent harness for system-prompt tests: a throwaway provider