DataStoreTool constructor
DataStoreTool({
- List<
DataStoreToolBoostSpecs> ? boostSpecs, - DataStoreToolDataStoreSource? dataStoreSource,
- String? description,
- DataStoreToolEngineSource? engineSource,
- String? filterParameterBehavior,
- List<
DataStoreToolModalityConfig> ? modalityConfigs, - String? name,
Implementation
DataStoreTool({
this.boostSpecs,
this.dataStoreSource,
this.description,
this.engineSource,
this.filterParameterBehavior,
this.modalityConfigs,
this.name,
});