---
title: OfflineRunOptions
seo:
  title: OfflineRunOptions — TypeScript SDK
  description: Options accepted by OfflineTestRunner.run. (TypeScript SDK)
description: Options accepted by OfflineTestRunner.run.
---

## Properties

| Prop | Type | Default | Description |
| - | - | - | - |
| `agentFunction?` | `AgentFunction \| undefined` | - | |
| `judgeVersions?` | `JudgeVersionPin[] \| undefined` | - | |
| `datasetVersion?` | `string \| number \| undefined` | - | |
| `passConditionFn?` | `PassConditionFn \| undefined` | - | |
| `assertTest?` | `boolean \| undefined` | - | |
| `timeoutSeconds?` | `number \| undefined` | - | |
| `runName?` | `string \| undefined` | - | Optional display name for the run; server auto-names it when omitted. |
