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

    Extends

    Properties

    baseRunId

    readonly baseRunId: string


    candidateRunId

    readonly candidateRunId: string


    configPath?

    readonly optional configPath?: string

    Inherited from

    ProjectOptions.configPath


    logger?

    readonly optional logger?: StructuredLogger

    Inherited from

    ProjectOptions.logger


    mode?

    readonly optional mode?: string

    Inherited from

    ProjectOptions.mode


    registry?

    readonly optional registry?: TargetRegistry

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

    Inherited from

    ProjectOptions.registry


    root

    readonly root: string

    Inherited from

    ProjectOptions.root


    targets?

    readonly optional targets?: readonly string[]

    Inherited from

    ProjectOptions.targets