Class AiInfoCommand

java.lang.Object
org.kigalisim.command.AiInfoCommand
All Implemented Interfaces:
Runnable

public class AiInfoCommand extends Object implements Runnable
Command to display information about Kigali Sim resources intended for AI assistants and LLMs.
  • Constructor Details

    • AiInfoCommand

      public AiInfoCommand()
      Constructs a new AiInfoCommand.
  • Method Details

    • run

      public void run()
      Executes the ai-info command by printing LLM resource URLs.
      Specified by:
      run in interface Runnable