chore(confidence-engine): expose reconstruction fallback path
This commit is contained in:
@@ -373,6 +373,7 @@ export async function startCase(body, dependencies = {}) {
|
||||
analysisErrors: analysis.errors ?? undefined,
|
||||
validationIssues: analysis.validationIssues ?? undefined,
|
||||
providerApiPath: analysis.providerApiPath ?? undefined,
|
||||
providerExecution: analysis.providerExecution ?? undefined,
|
||||
rawResponse: analysis.rawResponse ?? undefined,
|
||||
statusCode: Number(analysis.statusCode) || 502,
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user