Update config for requirement_check

#12
IBM Granite org
edited Sep 19

This PR includes fixes for issues with the YAML IO config file for the requirement checker:

  • removed a comma in the output schema that was preventing the JSON from parsing.
  • model name ("requirement") didn't match the name of the directory ("requirement_check"); changed the "model" field to null for now.

I've also added a nest rule to make the final JSON output more consistent with other intrinsics. Example of output after this change:

{"requirement_likelihood": 0.75}
frreiss changed pull request status to open
kgreenewald changed pull request status to merged

Sign up or log in to comment