Per-token trace entry captured when AgentPoolOptions.trace is true
Each entry corresponds to one sampled token and the distribution state at the moment it was drawn. Available on AgentResult.trace after pool completion.
Shannon entropy of the full vocabulary distribution (bits, base-2)
Surprisal of the chosen token: -log2(p)
Decoded text for this token
Per-token trace entry captured when AgentPoolOptions.trace is true
Each entry corresponds to one sampled token and the distribution state at the moment it was drawn. Available on AgentResult.trace after pool completion.