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

Function handleCreateModelId

frontend/src/components/assistants/index.tsx:323–328  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

321 }
322
323 const handleCreateModelId = async () => {
324 await setModelOne(true)
325 childRef.current?.fetchAiModelsList()
326 await fetchModelsList()
327 setOptions(prevOptions => [...prevOptions]);
328 }
329 const handleCreatePrompt = () => {
330 setDrawerTitle('Create Assistant')
331 setAssistantId('')

Callers

nothing calls this directly

Calls 1

fetchModelsListFunction · 0.70

Tested by

no test coverage detected