Scoring System
Generate
Generates a scoring spec
POST
Authorizations
Body
application/json
The application description to generate a scoring spec for.
Example:
"Write a children's story communicating a simple life lesson."
If true, try to generate python code for sub-dimensions in the scoring spec.
Example:
false
Response
200
application/json
Successful Response
The application description
Example:
"Write a children's story communicating a simple life lesson."
The dimensions of the scoring spec
Example:
[
{
"description": "dimension1 description",
"label": "dimension1",
"sub_dimensions": [
{
"description": "subdimension1 description",
"label": "subdimension1",
"scoring_type": "PI_SCORER"
}
]
}
]
The name of the scoring spec
Example:
"Sample Scoring Spec"