mattermost-redux
Version:
Common code (API client, Redux stores, logic, utility functions) for building a Mattermost client
7 lines (6 loc) • 619 B
TypeScript
export declare function getAgents(): import("../types/actions").ActionFuncAsync<import("@mattermost/types/agents").Agent[], import("@mattermost/types/store").GlobalState, import("redux").AnyAction>;
export declare function getAgentsStatus(): import("../types/actions").ActionFuncAsync<{
available: boolean;
reason?: string;
}, import("@mattermost/types/store").GlobalState, import("redux").AnyAction>;
export declare function getLLMServices(): import("../types/actions").ActionFuncAsync<import("@mattermost/types/agents").LLMService[], import("@mattermost/types/store").GlobalState, import("redux").AnyAction>;