Class KnowledgeGraphRenderingNode
- Namespace
- FoundationaLLM.Common.Models.Context.Knowledge
- Assembly
- FoundationaLLM.Common.dll
Provides a representation of a node in the knowledge graph rendering.
public class KnowledgeGraphRenderingNode
- Inheritance
-
KnowledgeGraphRenderingNode
- Inherited Members
- Extension Methods
Properties
Description
Gets or sets the description of the node.
[JsonPropertyName("description")]
public string? Description { get; set; }
Property Value
Id
Gets or sets the identifier of the node.
[JsonPropertyName("id")]
public required string Id { get; set; }
Property Value
Label
Gets or sets the label of the node.
[JsonPropertyName("label")]
public required string Label { get; set; }