HubAiConfig constructor
const
HubAiConfig({})
Creates a Hub AI config snapshot.
Implementation
const HubAiConfig({
required this.available,
this.provider,
this.model,
this.plannerModel,
this.executorModel,
this.explainerModel,
this.baseUrl,
this.mode,
this.language,
});