complete abstract method

Future<AiReply> complete({
  1. required String context,
  2. required String prompt,
})

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});