OpenAIFileSearchTool constructor

const OpenAIFileSearchTool({
  1. List<String>? vectorStoreIds,
  2. Map<String, dynamic>? parameters,
})

Implementation

const OpenAIFileSearchTool({
  this.vectorStoreIds,
  this.parameters,
});