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