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

Function handleChildModelEvent

frontend/src/components/playground/index.tsx:439–443  ·  view source on GitHub ↗
(value: any)

Source from the content-addressed store, hash-verified

437 setModelOne(false)
438 }
439 const handleChildModelEvent = async (value: any) => {
440 await fetchModelsList(value)
441 setUpdateModelPrevButton(false)
442 setModelLimit(value.limit)
443 }
444 const fetchActionsList = async (params: Record<string, any>) => {
445 try {
446 const res: any = await getActionsList(params)

Callers

nothing calls this directly

Calls 1

fetchModelsListFunction · 0.70

Tested by

no test coverage detected