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

Function handleCreateModelId

frontend/src/components/playground/index.tsx:761–768  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

759 );
760 };
761 const handleCreateModelId = async () => {
762 await setModelOne(true)
763 childRef.current?.fetchAiModelsList()
764 const params = {
765 limit: modelLimit || 20
766 }
767 await fetchModelsList(params)
768 }
769 const handleSearchChatId = async () => {
770 let id;
771 if (assistantId[0].split('-')[1]) {

Callers

nothing calls this directly

Calls 1

fetchModelsListFunction · 0.70

Tested by

no test coverage detected