AiRepository constructor

const AiRepository({
  1. AiRunStore? runs,
  2. AiThreadStore? threads,
  3. AiTraceStore? traces,
  4. AiArtifactStore? artifacts,
})

Implementation

const AiRepository({
  this.runs,
  this.threads,
  this.traces,
  this.artifacts,
});