RetrievalEvaluatorContext.RetrievedContextChunks Propriedade
Definição
Importante
Algumas informações dizem respeito a um produto pré-lançado que pode ser substancialmente modificado antes de ser lançado. A Microsoft não faz garantias, de forma expressa ou implícita, em relação à informação aqui apresentada.
Obtém os blocos de contexto que foram recuperados em resposta à avaliação do pedido do utilizador.
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)