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

Function fetchAssistantSuccess

frontend/src/Redux/actions.ts:9–14  ·  view source on GitHub ↗
(users: any)

Source from the content-addressed store, hash-verified

7};
8
9export const fetchAssistantSuccess = (users: any) => {
10 return {
11 type: 'FETCH_ASSISTANT_SUCCESS',
12 payload: users,
13 };
14};
15
16export const fetchRetrievalFailure = (error: any) => {
17 return {

Callers 1

fetchAssistantsDataFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected