Item

data class Item @JvmOverloads constructor(val content: String, val priority: Double = 0.0)(source)

A single piece of context.

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.

Constructors

Link copied to clipboard
constructor(content: String, priority: Double = 0.0)

Properties

Link copied to clipboard
Link copied to clipboard