IDistiller constructor

const IDistiller({
  1. int targetOutputSize = 500,
  2. required ConnectedChatModel llm,
  3. String? organization,
})

Implementation

const IDistiller({
  this.targetOutputSize = 500,
  required this.llm,
  this.organization,
});