Kind: Function
Source: atloria-monorepo/libs/agent-core/src/memory/types.ts
Check if a confidence level meets a minimum threshold.
Signature
tsfunction meetsConfidence(actual: string, minimum: string): boolean
Parameters
| Name | Type |
|---|---|
actual | string |
minimum | string |
Returns: boolean
Was this page helpful?