getPrompt abstract method

Future<List<ContentBlock>> getPrompt(
  1. String args,
  2. ToolUseContext context
)

Build the prompt content for this command.

Implementation

Future<List<ContentBlock>> getPrompt(String args, ToolUseContext context);