RetrievalEvaluatorContext.RetrievedContextChunks Propriété
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Obtient les blocs de contexte qui ont été récupérés en réponse à la demande de l’utilisateur évaluée.
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)