{ "message": "Incorrectly formatted input, expected {\"paragraph\": \"A paragraph with content\", \"question\": \"A question related to the paragraph\"}"

Hi All,
I have doing example on Question and Answer ML Package.
Error: {
“message”: "Incorrectly formatted input, expected {"paragraph": "A paragraph with content", "question": "A question related to the paragraph"}

Above type of error message occurs at Json Response from the MLSkill Services activity.

Please help me on this error.
Thanks in Advance

That shows the error is related to the input you provided

Please check the input parameters and thier properties.
Eg. If input should be in number and the input is a string

Best practices, always take input as object and then process the data as you want.

Thanks for your response.

1 Like

This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.