For AI agents: the complete documentation index is available at https://scriptedalchemy.github.io/agent-bundle/llms.txt, the full documentation bundle is available at https://scriptedalchemy.github.io/agent-bundle/llms-full.txt, and this page is available as Markdown at https://scriptedalchemy.github.io/agent-bundle/api/interfaces/eval.RunDeterministicTrialOptions.md.
  • English
  • Interface: RunDeterministicTrialOptions

    Properties

    activation?

    readonly optional activation?: EvalActivationEvidence

    Supplied by a future host harness; the deterministic harness cannot observe activation.


    artifact

    readonly artifact: PreparedEvalArtifact


    evalCase

    readonly evalCase: EvalCase


    fixturePlan

    readonly fixturePlan: EvalFixturePlan


    graders?

    readonly optional graders?: readonly EvalGraderSpec[]


    host

    readonly host: string


    now?

    readonly optional now?: () => Date

    Returns

    Date


    probe?

    readonly optional probe?: EvalProcessProbe


    suiteDir

    readonly suiteDir: string


    target?

    readonly optional target?: string


    trialIndex

    readonly trialIndex: number


    workspaceRoot

    readonly workspaceRoot: string


    writer

    readonly writer: EvalRunWriter