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

Function handleToks

frontend/src/components/playground/index.tsx:421–423  ·  view source on GitHub ↗
(value: any)

Source from the content-addressed store, hash-verified

419 setMaxToken(value)
420 }
421 const handleToks = (value: any) => {
422 setTopk(value)
423 }
424 const handleSelectModelId = (value: boolean) => {
425 setModalTableOpen(value)
426 }

Callers 2

index.tsxFile · 0.50
handleTopkFunction · 0.50

Calls

no outgoing calls

Tested by

no test coverage detected