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

    Properties

    artifact?

    readonly optional artifact?: string

    An explicit already-built artifact root. Nothing is ever guessed from an ambient output directory.


    configPath?

    readonly optional configPath?: string


    projectRoot

    readonly projectRoot: string


    registry?

    readonly optional registry?: TargetRegistry


    runDirectory

    readonly runDirectory: string


    targets?

    readonly optional targets?: readonly string[]