Skip to main content

Class RagAnswer

Namespace: SuperOffice.WebApi.Data
Assembly: SuperOffice.WebApi.dll
Carrier object for RagAnswer. Contains the answer to an AI search, with sources used.

Inheritance

objectRagAnswer

Inherited Members

object.ToString(), object.Equals(object), object.Equals(object, object), object.ReferenceEquals(object, object), object.GetHashCode(), object.GetType(), object.MemberwiseClone()

Constructors

RagAnswer()

Default constructor - defaults any enum props to 0.

Properties

Answer

Response to the question

Property Value

string

Source

Array of sources used to ground the answer. Each source has a chunk of text, relevancy score, title.

Property Value

RagResult[]

TrackingId

Unique identifier for this answer. Used for correlating feedback to answers

Property Value

string

See Also

AIAgent