---
title: AgentJudge
seo:
  title: AgentJudge — TypeScript SDK
---

## Properties

| Prop | Type | Default | Description |
| - | - | - | - |
| `judgeId?` | `string` | - | |
| `name?` | `string` | - | |
| `prompt?` | `string` | - | |
| `model?` | `string` | - | |
| `scoreType?` | `ScoreType` | - | |
| `description?` | `string \| null` | - | |
| `judgeDescription?` | `string \| null` | - | |
| `categories?` | `{ name: string; description: string; }[] \| null` | - | |
| `minScore?` | `number \| null` | - | |
| `maxScore?` | `number \| null` | - | |
| `majorVersion?` | `number \| null` | - | |
| `minorVersion?` | `number \| null` | - | |
