Class AiPromptConflictFinding
Inheritance
AiPromptConflictFinding
Assembly: Serenity.AiPromptBuilder.Editor.dll
Syntax
public sealed class AiPromptConflictFinding
Constructors
AiPromptConflictFinding(AiPromptConflictSeverity, string, string)
Declaration
public AiPromptConflictFinding(AiPromptConflictSeverity severity, string message, string clarifyingQuestion)
Parameters
Properties
ClarifyingQuestion
Declaration
public string ClarifyingQuestion { get; }
Property Value
| Type |
Description |
| string |
The question the agent reading the generated prompt should ask the user to resolve this finding.
|
Message
Declaration
public string Message { get; }
Property Value
Severity
Declaration
public AiPromptConflictSeverity Severity { get; }
Property Value