logo SERENITY
Game Systems Foundation
Search Results for

    Show / Hide Table of Contents

    Class AiPromptConflictFinding

    One contradiction the contradiction detector found across a set of AiPromptDeclaredOutcome.

    Inheritance
    object
    AiPromptConflictFinding
    Inherited Members
    object.ToString()
    object.Equals(object)
    object.Equals(object, object)
    object.ReferenceEquals(object, object)
    object.GetHashCode()
    object.GetType()
    Namespace: Serenity.Editor.AiPromptBuilder
    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
    Type Name Description
    AiPromptConflictSeverity severity
    string message
    string clarifyingQuestion

    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
    Type Description
    string

    Severity

    Declaration
    public AiPromptConflictSeverity Severity { get; }
    Property Value
    Type Description
    AiPromptConflictSeverity
    In this article
    © 2026 Serenity. All Rights Reserved