8383 " has_parts" ,
8484 " select_catalog" ,
8585 " generate_prompt" ,
86- " load_catalog"
86+ " load_catalog" ,
87+ " convert_event" ,
88+ " create_a2ui_part" ,
89+ " is_a2ui_part" ,
90+ " try_activate_extension" ,
91+ " handle_rpc" ,
92+ " execute_tool" ,
93+ " get_extension" ,
94+ " try_activate" ,
95+ " select_newest"
8796 ]
8897 }
8998 },
102111 { "$ref" : " #/$defs/HasPartsTest" },
103112 { "$ref" : " #/$defs/SelectCatalogTest" },
104113 { "$ref" : " #/$defs/GeneratePromptTest" },
105- { "$ref" : " #/$defs/LoadCatalogTest" }
114+ { "$ref" : " #/$defs/LoadCatalogTest" },
115+ { "$ref" : " #/$defs/ConvertEventTest" },
116+ { "$ref" : " #/$defs/CreateA2uiPartTest" },
117+ { "$ref" : " #/$defs/IsA2uiPartTest" },
118+ { "$ref" : " #/$defs/TryActivateExtensionTest" },
119+ { "$ref" : " #/$defs/HandleRpcTest" },
120+ { "$ref" : " #/$defs/ExecuteToolTest" },
121+ { "$ref" : " #/$defs/GetExtensionTest" },
122+ { "$ref" : " #/$defs/TryActivateTest" },
123+ { "$ref" : " #/$defs/SelectNewestTest" }
106124 ]
107125 }
108126 ]
359377 }
360378 },
361379 "required" : [ " action" , " catalog_configs" ]
380+ },
381+ "ConvertEventTest" : {
382+ "type" : " object" ,
383+ "properties" : {
384+ "action" : { "const" : " convert_event" },
385+ "args" : { "type" : " object" },
386+ "expect" : { "type" : " object" },
387+ "expect_empty" : { "type" : " boolean" }
388+ },
389+ "required" : [ " action" , " args" ]
390+ },
391+ "CreateA2uiPartTest" : {
392+ "type" : " object" ,
393+ "properties" : {
394+ "action" : { "const" : " create_a2ui_part" },
395+ "args" : { "type" : " object" },
396+ "expect" : { "type" : " object" }
397+ },
398+ "required" : [ " action" , " args" , " expect" ]
399+ },
400+ "IsA2uiPartTest" : {
401+ "type" : " object" ,
402+ "properties" : {
403+ "action" : { "const" : " is_a2ui_part" },
404+ "args" : { "type" : " object" },
405+ "expect" : { "type" : " boolean" }
406+ },
407+ "required" : [ " action" , " args" , " expect" ]
408+ },
409+ "TryActivateExtensionTest" : {
410+ "type" : " object" ,
411+ "properties" : {
412+ "action" : { "const" : " try_activate_extension" },
413+ "args" : { "type" : " object" },
414+ "expect" : { "type" : " boolean" }
415+ },
416+ "required" : [ " action" , " args" , " expect" ]
417+ },
418+ "HandleRpcTest" : {
419+ "type" : " object" ,
420+ "properties" : {
421+ "action" : { "const" : " handle_rpc" },
422+ "args" : { "type" : " object" },
423+ "expect" : { "type" : " object" }
424+ },
425+ "required" : [ " action" , " args" , " expect" ]
426+ },
427+ "ExecuteToolTest" : {
428+ "type" : " object" ,
429+ "properties" : {
430+ "action" : { "const" : " execute_tool" },
431+ "args" : { "type" : " object" },
432+ "expect" : { "type" : " object" }
433+ },
434+ "required" : [ " action" , " args" , " expect" ]
435+ },
436+ "GetExtensionTest" : {
437+ "type" : " object" ,
438+ "properties" : {
439+ "action" : { "const" : " get_extension" },
440+ "args" : { "type" : " object" },
441+ "expect" : { "type" : " object" }
442+ },
443+ "required" : [ " action" , " args" , " expect" ]
444+ },
445+ "TryActivateTest" : {
446+ "type" : " object" ,
447+ "properties" : {
448+ "action" : { "const" : " try_activate" },
449+ "args" : { "type" : " object" },
450+ "expect" : { "type" : " object" }
451+ },
452+ "required" : [ " action" , " args" , " expect" ]
453+ },
454+ "SelectNewestTest" : {
455+ "type" : " object" ,
456+ "properties" : {
457+ "action" : { "const" : " select_newest" },
458+ "args" : { "type" : " object" },
459+ "expect" : { "type" : " object" }
460+ },
461+ "required" : [ " action" , " args" , " expect" ]
362462 }
363463 }
364464}
0 commit comments