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

Function handleChildModelEvent

frontend/src/components/assistants/index.tsx:556–560  ·  view source on GitHub ↗
(value: valueLimit)

Source from the content-addressed store, hash-verified

554 }
555
556 const handleChildModelEvent = async (value: valueLimit) => {
557 setModelLimit(value.limit)
558 setUpdateModelPrevButton(false)
559 await fetchModelsList(value)
560 }
561
562
563 const handleChangeName = (value: string) => {

Callers

nothing calls this directly

Calls 1

fetchModelsListFunction · 0.70

Tested by

no test coverage detected