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/eval.RunClaudeSemanticGraderOptions.md.
  • English
  • Interface: RunClaudeSemanticGraderOptions

    Extends

    • ClaudeProcessOptions

    Properties

    assertions

    readonly assertions: readonly EvalAssertion[]


    environment

    readonly environment: ProcessEnv


    gracePeriodMs?

    readonly optional gracePeriodMs?: number

    Inherited from

    ClaudeProcessOptions.gracePeriodMs


    maxOutputBytes?

    readonly optional maxOutputBytes?: number

    Inherited from

    ClaudeProcessOptions.maxOutputBytes


    model

    readonly model: string


    response

    readonly response: string


    run?

    readonly optional run?: NativeClaudeProcessRunner

    Injected for tests; production always spawns the installed CLI.

    Inherited from

    ClaudeProcessOptions.run


    signal?

    readonly optional signal?: AbortSignal

    Inherited from

    ClaudeProcessOptions.signal


    task

    readonly task: string


    timeoutMs?

    readonly optional timeoutMs?: number

    Inherited from

    ClaudeProcessOptions.timeoutMs


    trace

    readonly trace: readonly ClaudeTraceEvent[]


    workspacePath

    readonly workspacePath: string