For the complete documentation index, see llms.txt. This page is also available as Markdown.

ContentSaliencyConditionVariables

Property in Node

Summary

Gets an enumerable containing the names of variables that must be evaluated in order to determine whether this node can be selected as a piece of salient content.

public IEnumerable<string> ContentSaliencyConditionVariables { get; }

Remarks

The list of variables is stored in the header as a semicolon-delimited string.

Last updated

Was this helpful?