# meetsConfidence

**Kind:** Function

**Source:** [`atloria-monorepo/libs/agent-core/src/memory/types.ts`](https://github.com/sherkety/atloria/blob/main/atloria-monorepo/libs/agent-core/src/memory/types.ts#L147)

Check if a confidence level meets a minimum threshold.

## Signature

```ts
function meetsConfidence(actual: string, minimum: string): boolean
```

## Parameters

| Name | Type |
|---|---|
| `actual` | `string` |
| `minimum` | `string` |

**Returns:** `boolean`
