FileSearchResources constructor
const
FileSearchResources({
- List<
String> ? vectorStoreIds, - List<
VectorStoreConfig> ? vectorStores,
Creates a FileSearchResources.
Implementation
const FileSearchResources({this.vectorStoreIds, this.vectorStores});