Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/TaskingAI/TaskingAI
/ handleMaxTokens
Function
handleMaxTokens
frontend/src/components/drawerAssistant/index.tsx:250–252 ·
view source on GitHub ↗
(value: number)
Source
from the content-addressed store, hash-verified
248
})
249
}
250
const handleMaxTokens = (value: number) => {
251
handleMaxToken(value)
252
}
253
const handleTopk = (value: number) => {
254
handleToks(value)
255
}
Callers
1
index.tsx
File · 0.85
Calls
1
handleMaxToken
Function · 0.50
Tested by
no test coverage detected