sakura.sakuraAE.sakuraAE.execute_inference

sakuraAE.execute_inference(story: list)

Perform inference on the given tasks represented as a list of stories.

Parameters:

story (list[dict[str, Any]]) – A list of dictionaries representing the story elements, should contain an <action> key defaults to ‘test’, as well as other testing setting keys.

Note

See also test() for details on how to perform a testing inference.

Returns:

None