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

Function handleChildModelEvent

frontend/src/components/retrieval/index.tsx:340–344  ·  view source on GitHub ↗
(value: Record<string, any>)

Source from the content-addressed store, hash-verified

338 childRef.current?.fetchAiModelsList()
339 }
340 const handleChildModelEvent = async (value: Record<string, any>) => {
341 setUpdatePrevButton(false)
342 await fetchModelsList(value)
343
344 }
345 const handleSelectValue = (value: number) => {
346 setSelectValue(value)
347 }

Callers

nothing calls this directly

Calls 1

fetchModelsListFunction · 0.70

Tested by

no test coverage detected