complete abstract method
Asks the model to map prompt to an action.
context is the project-specific brief: the available task and job keys
plus the command reference. Throws AiException on transport or protocol
failure.
Implementation
Future<AiReply> complete({required String context, required String prompt});