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/api.RunEvalsOptions.md.
  • English
  • Interface: RunEvalsOptions

    Extends

    Properties

    artifact?

    readonly optional artifact?: string

    Inherited from

    ArtifactOperationOptions.artifact


    caseIds?

    readonly optional caseIds?: readonly string[]

    Inherited from

    EvalRunSelection.caseIds


    configPath?

    readonly optional configPath?: string

    Inherited from

    ArtifactOperationOptions.configPath


    harness?

    readonly optional harness?: string


    logger?

    readonly optional logger?: StructuredLogger

    Inherited from

    ArtifactOperationOptions.logger


    mode?

    readonly optional mode?: string

    Inherited from

    ArtifactOperationOptions.mode


    registry?

    readonly optional registry?: TargetRegistry

    Advanced adapter registry used for every source, artifact, and runtime operation.

    Inherited from

    ArtifactOperationOptions.registry


    root

    readonly root: string

    Inherited from

    ArtifactOperationOptions.root


    signal?

    readonly optional signal?: AbortSignal


    suites?

    readonly optional suites?: readonly string[]

    Inherited from

    EvalRunSelection.suites


    targets?

    readonly optional targets?: readonly string[]

    Inherited from

    ArtifactOperationOptions.targets


    trials?

    readonly optional trials?: number