Class OpenAiBuiltInTool.FileSearchTool
java.lang.Object
com.flowable.agent.engine.impl.model.openai.OpenAiBuiltInTool.FileSearchTool
- All Implemented Interfaces:
OpenAiBuiltInTool
- Enclosing interface:
OpenAiBuiltInTool
- Author:
- Filip Hrisafov
-
Nested Class Summary
Nested ClassesNested classes/interfaces inherited from interface OpenAiBuiltInTool
OpenAiBuiltInTool.FileSearchTool, OpenAiBuiltInTool.GenericTool, OpenAiBuiltInTool.WebSearchTool -
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetType()voidsetFilters(Object filters) voidsetMaxNumResults(Integer maxNumResults) voidsetRankingOptions(OpenAiBuiltInTool.FileSearchTool.RankingOptions rankingOptions) voidvoidsetVectorStoreIds(List<String> vectorStoreIds)
-
Field Details
-
type
-
vectorStoreIds
-
maxNumResults
-
rankingOptions
-
filters
-
-
Constructor Details
-
FileSearchTool
public FileSearchTool()
-
-
Method Details
-
getType
- Specified by:
getTypein interfaceOpenAiBuiltInTool
-
setType
-
getVectorStoreIds
-
setVectorStoreIds
-
getMaxNumResults
-
setMaxNumResults
-
getRankingOptions
-
setRankingOptions
-
getFilters
-
setFilters
-