Skip to Content
Anuma SDKReactInternalInterfacesCreateServerToolsFilterOptions

CreateServerToolsFilterOptions

Defined in: src/lib/tools/serverTools.ts:1003 

Options for createServerToolsFilter.

Properties

excludeTools?

optional excludeTools: Iterable<string, any, any>

Defined in: src/lib/tools/serverTools.ts:1011 

Tool names to always drop from results, even when they match.


matchOptions?

optional matchOptions: ToolMatchOptions

Defined in: src/lib/tools/serverTools.ts:1013 

Options forwarded to findMatchingTools.


toolSets?

optional toolSets: ToolSet[]

Defined in: src/lib/tools/serverTools.ts:1009 

Tool sets to expand additively. When any anchor scores at or above the set’s anchorMinSimilarity, all members are included alongside the original semantic matches.

Last updated on