Kind: Function
Source: atloria-monorepo/libs/agent-core/src/autonomous/circle-detector.ts
Compute an error signature (hash of error text for dedup).
Signature
tsfunction computeErrorSignature(errorText: string): string
Parameters
| Name | Type |
|---|---|
errorText | string |
Returns: string
Was this page helpful?