tiny.acp.OverflowKind
Defined in protocol.
The reply limit a prompt reached.
API (2)
Fields and members
Public fields and members.
Source
Source: lib/acp/src/protocol.zig:424
zig
/// The reply limit a prompt reached.pub const OverflowKind = enum { /// The reply text would have passed `TransferLimits.response_bytes`. response_bytes, /// The number of chunks would have passed `TransferLimits.response_segment_count`. response_segments,};Source: lib/acp/src/root.zig:84
zig
pub const OverflowKind = protocol.OverflowKind;Audit
| Definitions | 1 |
|---|---|
| Public names | 2 |
| Members | 2 |
| Version | 26.7.0 |
| Revision | daab053ee433 |