CodeBert Inferenicing API

Hi,
I am have deployed microsoft/codereviewer to huggingFace inferencing API and I am trying to call using node js. The call goes fine but I really don’t understand the response or what should be the input to it?

I gave it a github python script link and all it responded back is

{ generated_text: '<msg>This is the fix' }

anybody knows how to use it?

Thanks!