menu
llm_dart package
documentation
providers/openai/builtin_tools.dart
OpenAIFileSearchTool
OpenAIFileSearchTool.new const constructor
OpenAIFileSearchTool.new const constructor
dark_mode
light_mode
OpenAIFileSearchTool
constructor
const
OpenAIFileSearchTool
(
{
List
<
String
>
?
vectorStoreIds
,
Map
<
String
,
dynamic
>
?
parameters
,
})
Implementation
const OpenAIFileSearchTool({ this.vectorStoreIds, this.parameters, });
llm_dart package
documentation
providers/openai/builtin_tools
OpenAIFileSearchTool
OpenAIFileSearchTool.new const constructor
OpenAIFileSearchTool class