File tree Expand file tree Collapse file tree 4 files changed +38
-40
lines changed
Expand file tree Collapse file tree 4 files changed +38
-40
lines changed Original file line number Diff line number Diff line change 11{
22 "criteria" : [
3+ {
4+ "id" : " 499F3572-E655-4DEE-953B-5F26BF0191D7" ,
5+ "use" : " ai_question" ,
6+ "template" : " Ask AI: ${question}" ,
7+ "description" : " Experimental: AI outputs may not be accurate. Use with caution and always review responses." ,
8+ "docPath" : " /teachertool" ,
9+ "maxCount" : 5 ,
10+ "tags" : [" General" ],
11+ "requestFeedback" : true ,
12+ "params" : [
13+ {
14+ "name" : " question" ,
15+ "type" : " longString" ,
16+ "maxCharacters" : 1000 ,
17+ "paths" : [" checks[0].question" ]
18+ },
19+ {
20+ "name" : " shareid" ,
21+ "type" : " system" ,
22+ "key" : " SHARE_ID" ,
23+ "paths" : [" checks[0].shareId" ]
24+ }
25+ ]
26+ },
327 {
428 "id" : " 59AAC5BA-B0B3-4389-AA90-1E767EFA8563" ,
529 "use" : " block_used_n_times" ,
Original file line number Diff line number Diff line change 11{
2- "criteria" : [
3- {
4- "id" : " 499F3572-E655-4DEE-953B-5F26BF0191D7" ,
5- "use" : " ai_question" ,
6- "template" : " Ask AI: ${question}" ,
7- "description" : " Experimental: AI outputs may not be accurate. Use with caution and always review responses." ,
8- "docPath" : " /teachertool" ,
9- "maxCount" : 5 ,
10- "tags" : [" General" ],
11- "requestFeedback" : true ,
12- "params" : [
13- {
14- "name" : " question" ,
15- "type" : " longString" ,
16- "maxCharacters" : 1000 ,
17- "paths" : [" checks[0].question" ]
18- },
19- {
20- "name" : " shareid" ,
21- "type" : " system" ,
22- "key" : " SHARE_ID" ,
23- "paths" : [" checks[0].shareId" ]
24- }
25- ]
26- }
27- ]
2+ "criteria" : []
283}
Original file line number Diff line number Diff line change 11{
2- "validatorPlans" : [
3- {
4- ".desc" : " Ask Copilot a question" ,
5- "name" : " ai_question" ,
6- "threshold" : -1 ,
7- "checks" : [
8- {
9- "validator" : " aiQuestion" ,
10- "question" : " " ,
11- "shareId" : " "
12- }
13- ]
14- }
15- ]
2+ "validatorPlans" : []
163}
Original file line number Diff line number Diff line change 294294 "blockType" : " math_number"
295295 }
296296 ]
297+ },
298+ {
299+ ".desc" : " Ask Copilot a question" ,
300+ "name" : " ai_question" ,
301+ "threshold" : -1 ,
302+ "checks" : [
303+ {
304+ "validator" : " aiQuestion" ,
305+ "question" : " " ,
306+ "shareId" : " "
307+ }
308+ ]
297309 }
298310 ]
299311}
You can’t perform that action at this time.
0 commit comments