Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/TaskingAI/TaskingAI
/ handleMaxToken
Function
handleMaxToken
frontend/src/components/playground/index.tsx:418–420 ·
view source on GitHub ↗
(value: any)
Source
from the content-addressed store, hash-verified
416
setUpdatePrevButton(false)
417
}
418
const handleMaxToken = (value: any) => {
419
setMaxToken(value)
420
}
421
const handleToks = (value: any) => {
422
setTopk(value)
423
}
Callers
2
index.tsx
File · 0.50
handleMaxTokens
Function · 0.50
Calls
no outgoing calls
Tested by
no test coverage detected