---
title: NumericResponse
seo:
  title: NumericResponse — TypeScript SDK
  description: Numeric score response (e.g. 0.0 to 1.0). (TypeScript SDK)
description: Numeric score response (e.g. 0.0 to 1.0).
---

```typescript
return { value: 0.85, reason: "Output is mostly relevant" };
```

## Properties

| Prop | Type | Default | Description |
| - | - | - | - |
| `value?` | `number` | - | |
