MCPcopy Index your code
hub / github.com/TaskingAI/TaskingAI / handleStreamSwitch

Function handleStreamSwitch

frontend/src/components/playgroundModel/index.tsx:316–318  ·  view source on GitHub ↗
(e: any)

Source from the content-addressed store, hash-verified

314 // setStopSequences(e.target.value)
315 // }
316 const handleStreamSwitch = (e: any) => {
317 setStreamSwitch(e.target.checked)
318 }
319 const handleRoleChange = (value: any, index: number) => {
320 setContentList((prev) => {
321 prev[index].role = value

Callers 1

PlaygroundModelFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected