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

Function fetchAssistantRequest

frontend/src/Redux/actions.ts:3–7  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

1import { request } from '../utils/index';
2// import { getSpaceAndProjectIds } from '../utils/util'
3export const fetchAssistantRequest = () => {
4 return {
5 type: 'FETCH_ASSISTANT_REQUEST',
6 };
7};
8
9export const fetchAssistantSuccess = (users: any) => {
10 return {

Callers 1

fetchAssistantsDataFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected