RetrievalEvaluatorContext.RetrievedContextChunks Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets the context chunks that were retrieved in response to the user request being evaluated.
public:
property System::Collections::Generic::IReadOnlyList<System::String ^> ^ RetrievedContextChunks { System::Collections::Generic::IReadOnlyList<System::String ^> ^ get(); };
public System.Collections.Generic.IReadOnlyList<string> RetrievedContextChunks { get; }
member this.RetrievedContextChunks : System.Collections.Generic.IReadOnlyList<string>
Public ReadOnly Property RetrievedContextChunks As IReadOnlyList(Of String)