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

    The grader sees the task, its assertions, the response, the trace, and the workspace: never a condition label.

    Properties

    assertions

    readonly assertions: readonly EvalAssertion[]


    finalResponse

    readonly finalResponse: string


    prompt

    readonly prompt: string


    trace

    readonly trace: readonly ClaudeTraceEvent[]


    workspacePath

    readonly workspacePath: string