Table of Contents

Class ContextKnowledgeUnitSetGraphRequest

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

Represents a request to update the knowledge graph associated with a knowledge unit in the FoundationaLLM Context API.

public class ContextKnowledgeUnitSetGraphRequest
Inheritance
ContextKnowledgeUnitSetGraphRequest
Inherited Members
Extension Methods

Properties

EntitiesSourceFilePath

Gets or sets the path of the source file containing the entities for the knowledge graph.

[JsonPropertyName("entities_source_file_path")]
public required string EntitiesSourceFilePath { get; set; }

Property Value

string

RelationshipsSourceFilePath

Gets or sets the path of the source file containing the relationships for the knowledge graph.

[JsonPropertyName("relationships_source_file_path")]
public required string RelationshipsSourceFilePath { get; set; }

Property Value

string