CommandMetadata constructor

const CommandMetadata({
  1. String? source,
  2. String? content,
  3. String? description,
  4. String? argumentHint,
  5. String? model,
  6. List<String>? allowedTools,
})

Implementation

const CommandMetadata({
  this.source,
  this.content,
  this.description,
  this.argumentHint,
  this.model,
  this.allowedTools,
});