AiRepository constructor
const
AiRepository({
- AiRunStore? runs,
- AiThreadStore? threads,
- AiTraceStore? traces,
- AiArtifactStore? artifacts,
Implementation
const AiRepository({
this.runs,
this.threads,
this.traces,
this.artifacts,
});