Kind: Function
Source: atloria-monorepo/apps/api/src/docs-pr/agent-regen.service.ts
Parse the trailing "CONFIDENCE: 0.NN" line; 0 if absent/unparseable (→ fail-safe fallback).
Signature
tsfunction parseConfidence(text: string): number
Parameters
| Name | Type |
|---|---|
text | string |
Returns: number
Was this page helpful?