79097677

Date: 2024-10-17 10:41:16
Score: 0.5
Natty:
Report link

Old question, but I had this issue and its because BlobQueryJsonTextOptions needs the RecordSeparator specified, eg:

        OutputTextConfiguration = new BlobQueryJsonTextOptions
        {
            RecordSeparator = "\n"
        }

Thanks Microsoft for your excellent and helpful error handling /s

Reasons:
  • Blacklisted phrase (0.5): Thanks
  • Low length (0.5):
  • Has code block (-0.5):
Posted by: tuseau