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

Function fetchAssistantFailure

frontend/src/Redux/actions.ts:35–40  ·  view source on GitHub ↗
(error: any)

Source from the content-addressed store, hash-verified

33};
34
35export const fetchAssistantFailure = (error: any) => {
36 return {
37 type: 'FETCH_ASSISTANT_FAILURE',
38 payload: error,
39 };
40};
41export const fetchModelRequest = () => {
42 return {
43 type: 'FETCH_MODEL_REQUEST',

Callers 1

fetchAssistantsDataFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected