Skip to main content

MAX_OUTPUT_TOKENS

Constant MAX_OUTPUT_TOKENS 

Source
pub const MAX_OUTPUT_TOKENS: u32 = 2048;
Expand description

Maximum tokens the agent may generate in a single turn. Enforces deterministic compute cost — no runaway generation that blocks the edge device.