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

    Properties

    assertions

    readonly assertions: readonly EvalAssertionResult[]


    caseDigest

    readonly caseDigest: string


    caseId

    readonly caseId: string


    completedAt

    readonly completedAt: string


    durationMs

    readonly durationMs: number


    evidence

    readonly evidence: EvalTrialEvidence


    fixtureDigest

    readonly fixtureDigest: string


    harnessFailure?

    readonly optional harnessFailure?: EvalHarnessFailure


    host

    readonly host: string


    id

    readonly id: string


    model

    readonly model: string


    outcome

    readonly outcome: EvalAssertionOutcome


    pluginFailure?

    readonly optional pluginFailure?: EvalPluginFailure


    prompt

    readonly prompt: string


    provenance

    readonly provenance: EvalTrialProvenance


    rawArtifacts

    readonly rawArtifacts: readonly string[]


    startedAt

    readonly startedAt: string


    targetDigest

    readonly targetDigest: string


    trialIndex

    readonly trialIndex: number


    usage?

    readonly optional usage?: EvalTrialUsage

    Omitted when the host did not emit normalized token counts.