Fact

The fact used in grounding.

Fields
query string

Query that is used to retrieve this fact.

title string

If present, it refers to the title of this fact.

uri string

If present, this uri links to the source of the fact.

summary string

If present, the summary/snippet of the fact.

vectorDistance number

If present, the distance between the query vector and this fact vector.

JSON representation
{
  "query": string,
  "title": string,
  "uri": string,
  "summary": string,
  "vectorDistance": number
}