summaryrefslogtreecommitdiff
path: root/libpanto/src/agent.zig
diff options
context:
space:
mode:
Diffstat (limited to 'libpanto/src/agent.zig')
-rw-r--r--libpanto/src/agent.zig2
1 files changed, 1 insertions, 1 deletions
diff --git a/libpanto/src/agent.zig b/libpanto/src/agent.zig
index 604ee55..5f9bee5 100644
--- a/libpanto/src/agent.zig
+++ b/libpanto/src/agent.zig
@@ -1076,7 +1076,7 @@ pub const Stream = struct {
/// drained. `next()` yields the queue first, then this error.
pending_error: ?anyerror = null,
- const Phase = enum {
+ pub const Phase = enum {
/// Open the next provider response (with retries).
turn_start,
/// Pump the active provider response into events.