diff --git a/common-docs/teachertool/test/catalog-shared.json b/common-docs/teachertool/test/catalog-shared.json index 62e1188d558b..43e90ebb53c1 100644 --- a/common-docs/teachertool/test/catalog-shared.json +++ b/common-docs/teachertool/test/catalog-shared.json @@ -1,5 +1,25 @@ { "criteria": [ + { + "id": "499F3572-E655-4DEE-953B-5F26BF0191D7", + "use": "ai_question", + "template": "Ask Copilot: ${question}", + "description": "Experimental: AI outputs may not be accurate. Use with caution and always review responses.", + "docPath": "/teachertool", + "params": [ + { + "name": "question", + "type": "longString", + "paths": ["checks[0].question"] + }, + { + "name": "shareid", + "type": "system", + "key": "SHARE_ID", + "paths": ["checks[0].shareId"] + } + ] + }, { "id": "7AE7EA2A-3AC8-42DC-89DB-65E3AE157156", "use": "block_comment_used", @@ -35,26 +55,6 @@ } ] }, - { - "id": "499F3572-E655-4DEE-953B-5F26BF0191D7", - "use": "ai_question", - "template": "Ask Copilot: ${question}", - "description": "Experimental: AI outputs are inherently nondeterministic and may not be accurate. Use with caution and always review responses.", - "docPath": "/teachertool", - "params": [ - { - "name": "question", - "type": "longString", - "paths": ["checks[0].question"] - }, - { - "name": "shareid", - "type": "system", - "key": "SHARE_ID", - "paths": ["checks[0].shareId"] - } - ] - }, { "id": "B8987394-1531-4C71-8661-BE4086CE0C6E", "use": "n_loops",