File size: 446 Bytes
c4d6ddb
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
{
  "type": "object",
  "properties": {
    "instruction": {
      "type": "string",
      "description": "The prompt or directive for the model."
    },
    "input": {
      "type": "string",
      "description": "Optional supporting information or context for the instruction."
    },
    "output": {
      "type": "string",
      "description": "Expected or ideal response from the model."
    }
  },
  "required": ["instruction", "output"]
}