diff options
| author | t <t@tjp.lol> | 2026-06-07 21:56:51 -0600 |
|---|---|---|
| committer | t <t@tjp.lol> | 2026-06-07 21:56:57 -0600 |
| commit | 75dedacfbeab1fea281d1bce124b920dcf878844 (patch) | |
| tree | be1f46a59979d7cafeb12fef7865c6603bcc639d /src/command.zig | |
| parent | eb4179f9958deeae408a0a06b1f8ae6437e089db (diff) | |
further libpanto public API name cleanup
Diffstat (limited to 'src/command.zig')
| -rw-r--r-- | src/command.zig | 4 |
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, |
