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

Function handleClickModel

frontend/src/components/modelModal/index.tsx:108–114  ·  view source on GitHub ↗
(item: projectIdType)

Source from the content-addressed store, hash-verified

106 }
107 }
108 const handleClickModel = (item: projectIdType) => () => {
109 setName(item.name)
110 setSelectedOneId(item.model_schema_id)
111 setProperties(item.properties)
112 setDescription(item.description)
113 setType(item.type)
114 }
115 const fetchModelProviderList = async (type?: any) => {
116 setModelOneLoading(true)
117 const res: Record<string, any> = await getModelProviderList(type)

Callers 1

index.tsxFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected