run abstract method

Future<Map<String, dynamic>> run(
  1. AiWorkflowContext context
)

Executes the workflow and returns a structured result.

Implementation

Future<Map<String, dynamic>> run(AiWorkflowContext context);