Skip to content

meetsConfidence

reference
1 min readUpdated

Kind: Function

Source: atloria-monorepo/libs/agent-core/src/memory/types.ts

Check if a confidence level meets a minimum threshold.

Signature

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

Parameters

NameType
actualstring
minimumstring

Returns: boolean

Was this page helpful?

Download as PDF