struct

LLM::Bundle

Inherits Struct < Value < Object

One request's worth of bundled source.

paths rides along so a failed request can name the coverage it lost: an LLM call that comes back empty is the only trace those files' endpoints ever had, and without the list the analyzer could only report "something failed" rather than which files went unread.

Constructors

new(content : String, tokens : Int32, paths : Array(String))
Source

Instance methods

content
Source
paths
Source
tokens
Source