From 75dedacfbeab1fea281d1bce124b920dcf878844 Mon Sep 17 00:00:00 2001 From: t Date: Sun, 7 Jun 2026 21:56:51 -0600 Subject: further libpanto public API name cleanup --- src/command.zig | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/command.zig') 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, -- cgit v1.3