Item

constructor(content: String, priority: Double = 0.0)(source)

Parameters

content

Self-describing text, inserted into the prompt as-is.

priority

Relative importance, where lower is more important — the highest values are dropped first when the prompt exceeds the model's input window. Negatives rank above the 0 default.