summaryrefslogtreecommitdiff
path: root/src/command.zig
diff options
context:
space:
mode:
Diffstat (limited to 'src/command.zig')
-rw-r--r--src/command.zig4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/command.zig b/src/command.zig
index 0f6fb01..588490c 100644
--- a/src/command.zig
+++ b/src/command.zig
@@ -33,9 +33,9 @@ pub const Context = struct {
allocator: std.mem.Allocator,
/// The active agent (a copyable public handle). Commands reach the
- /// conversation via `agent.conversation()` and compact via
+ /// conversation via `agent.conversation` and compact via
/// `agent.compact(...)`.
- agent: panto.Agent,
+ agent: *panto.Agent,
/// REPL output writer and its backing file writer (for flushing).
stdout: *std.Io.Writer,