I trained the AI model and successfully tested it, but when i use the AI Builder Action "Extract information from documents" in my flow:
i get the following error:
"error": {
"code": "0x80048d0b",
"message": "{\"operationStatus\":\"Error\",\"error\":{\"type\":\"Error\",\"code\":\"InvalidPredictionInput\",\"message\":\"Encountered an issue when reaching Form Recognizer: InvalidRequest\",\"properties\":{\"BackendErrorCode\":\"InvalidInferenceInput\",\"DependencyHttpStatusCode\":\"400\"},\"innerErrors\":[{\"scope\":\"Record\",\"target\":null,\"code\":\"InvalidRecord\",\"type\":\"Error\",\"properties\":{\"ErrorCode\":\"InvalidRequest\",\"MlIssueCode\":\"InvalidRecord\"}}]},\"predictionId\":null}"
}
I don't think there is any problem with the file as i tested the file successfully after finishing the training. One thing i should mention is that the initial training action seemed to get stuck and only finished when i left the training page.