getPrompt abstract method
Build the prompt content for this command.
Implementation
Future<List<ContentBlock>> getPrompt(String args, ToolUseContext context);
Build the prompt content for this command.
Future<List<ContentBlock>> getPrompt(String args, ToolUseContext context);