AiCommand constructor

AiCommand({
  1. Future<int> executor(
    1. List<String> arguments
    )?,
  2. AiProvider providerFactory(
    1. AiConfig config
    )?,
})

Creates the AI command.

Implementation

AiCommand({this.executor, this.providerFactory});