output-sdk
    Preparing search index...

    Class EvaluationFeedback

    A single feedback for an EvaluationResult

    Index

    Constructors

    Properties

    Accessors

    Constructors

    • Parameters

      • args: {
            issue: string;
            priority?: "high" | "low" | "medium" | "critical";
            reference?: string;
            suggestion?: string;
        }

      Returns EvaluationFeedback

    Properties

    issue: string

    Issue found

    priority?: "high" | "low" | "medium" | "critical"

    Issue priority

    reference?: string

    Reference for the issue

    suggestion?: string

    Improvement suggestion

    Accessors

    • get schema(): ZodType

      Returns ZodType

      The zod schema for this class