Kind: Function
Source: atloria-monorepo/libs/agent-core/src/memory/types.ts
Compare confidence levels. Returns positive if a > b.
Signature
tsfunction compareConfidence(a: string, b: string): number
Parameters
| Name | Type |
|---|---|
a | string |
b | string |
Returns: number
Was this page helpful?