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/api.EvalRunRequest.md.
  • 简体中文
  • Interface: EvalRunRequest

    Extends

    Properties

    artifact?

    readonly optional artifact?: string

    An already-built artifact root. Only the API and CLI may name one; the browser never does.


    caseIds?

    readonly optional caseIds?: readonly string[]

    Inherited from

    EvalRunSelection.caseIds


    harness?

    readonly optional harness?: string


    signal?

    readonly optional signal?: AbortSignal


    suites?

    readonly optional suites?: readonly string[]

    Inherited from

    EvalRunSelection.suites


    trials?

    readonly optional trials?: number