Readonly
idA unique identifier for this kind of reference.
Optional
Readonly
modelA description of this value that could be used in an LLM prompt.
Optional
Readonly
rangeThe start and end index of the reference in the prompt. When undefined, the reference was not part of the prompt text.
Note that the indices take the leading #
-character into account which means they can
used to modify the prompt as-is.
Readonly
valueThe value of this reference. The string | Uri | Location
types are used today, but this could expand in the future.
A reference to a value that the user added to their chat request.
Stubbed