MCPcopy Create free account
hub / github.com/TaskingAI/TaskingAI / handleTopk

Function handleTopk

frontend/src/components/drawerAssistant/index.tsx:253–255  ·  view source on GitHub ↗
(value: number)

Source from the content-addressed store, hash-verified

251 handleMaxToken(value)
252 }
253 const handleTopk = (value: number) => {
254 handleToks(value)
255 }
256 const handleToolsChange = (value: string = 'plugin', index: any, item1: any) => {
257 setSelectedPluginList((prev: any) => {
258 const data = prev.filter((item: any) => item !== item1.value)

Callers 1

index.tsxFile · 0.85

Calls 1

handleToksFunction · 0.50

Tested by

no test coverage detected