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

Function fetchDataRetrievalData

frontend/src/components/assistants/index.tsx:278–285  ·  view source on GitHub ↗
(params:any)

Source from the content-addressed store, hash-verified

276 }
277 }
278 const fetchDataRetrievalData = async (params:any) => {
279 try {
280 dispatch(fetchRetrievalData(params) as any);
281
282 } catch (e) {
283 console.log(e)
284 }
285 }
286
287 const handleInputPromptChange = (index: number, newValue: any) => {
288 setSystemPromptTemplate((prevValues) =>

Callers 1

AssistantFunction · 0.70

Calls 1

fetchRetrievalDataFunction · 0.90

Tested by

no test coverage detected