GPAL - Generally Positive Automation Library v1.0
GPAL The Fluent Automation LIbrary
Loading...
Searching...
No Matches
GenerallyPositive.LLMDigestResult Class Reference

Properties

bool Success [get, set]
string Markdown = string.Empty [get, set]
string Url = string.Empty [get, set]
string Title = "Untitled" [get, set]
int OriginalLength [get, set]
int CleanedLength [get, set]
string Message = string.Empty [get, set]
string RuleSetUsed = "generic" [get, set]
 Name of the DigestRuleSet (from LLMDigestRules.yaml) used to build this digest.

Detailed Description

Definition at line 33 of file HtmlDigestConverter.cs.

Property Documentation

◆ CleanedLength

int GenerallyPositive.LLMDigestResult.CleanedLength
getset

Definition at line 40 of file HtmlDigestConverter.cs.

◆ Markdown

string GenerallyPositive.LLMDigestResult.Markdown = string.Empty
getset

Definition at line 36 of file HtmlDigestConverter.cs.

◆ Message

string GenerallyPositive.LLMDigestResult.Message = string.Empty
getset

Definition at line 41 of file HtmlDigestConverter.cs.

◆ OriginalLength

int GenerallyPositive.LLMDigestResult.OriginalLength
getset

Definition at line 39 of file HtmlDigestConverter.cs.

◆ RuleSetUsed

string GenerallyPositive.LLMDigestResult.RuleSetUsed = "generic"
getset

Name of the DigestRuleSet (from LLMDigestRules.yaml) used to build this digest.

Definition at line 44 of file HtmlDigestConverter.cs.

◆ Success

bool GenerallyPositive.LLMDigestResult.Success
getset

Definition at line 35 of file HtmlDigestConverter.cs.

◆ Title

string GenerallyPositive.LLMDigestResult.Title = "Untitled"
getset

Definition at line 38 of file HtmlDigestConverter.cs.

◆ Url

string GenerallyPositive.LLMDigestResult.Url = string.Empty
getset

Definition at line 37 of file HtmlDigestConverter.cs.


The documentation for this class was generated from the following file: