Table of Contents

Class ContextVectorStoreResponse

Namespace
FoundationaLLM.Common.Models.Context.Knowledge
Assembly
FoundationaLLM.Common.dll

Represents the response from a context vector store query.

public class ContextVectorStoreResponse
Inheritance
ContextVectorStoreResponse
Inherited Members
Extension Methods

Properties

TextChunks

Gets or sets the list of text chunks that are part of the result.

[JsonPropertyName("text_chunks")]
public List<ContextTextChunk> TextChunks { get; set; }

Property Value

List<ContextTextChunk>