chore(confidence-engine): expose reconstruction fallback path
This commit is contained in:
@@ -23,6 +23,7 @@ export async function POST(request) {
|
||||
analysisErrors: result.analysisErrors,
|
||||
validationIssues: result.validationIssues,
|
||||
providerApiPath: result.providerApiPath,
|
||||
providerExecution: result.providerExecution,
|
||||
rawResponse: result.rawResponse ?? undefined,
|
||||
};
|
||||
|
||||
@@ -41,6 +42,7 @@ export async function POST(request) {
|
||||
analysisErrors: result.analysisErrors,
|
||||
validationIssues: result.validationIssues,
|
||||
providerApiPath: result.providerApiPath,
|
||||
providerExecution: result.providerExecution,
|
||||
rawResponse: result.rawResponse ?? undefined,
|
||||
},
|
||||
{ status },
|
||||
|
||||
Reference in New Issue
Block a user