MCPcopy Create free account
hub / github.com/1Panel-dev/1Panel / getAgentProviders

Function getAgentProviders

frontend/src/api/modules/ai.ts:196–198  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

194};
195
196export const getAgentProviders = () => {
197 return http.get<AI.ProviderInfo[]>(`/ai/accounts/providers`);
198};
199
200export const createAgentAccount = (req: AI.AgentAccountCreateReq) => {
201 return http.post(`/ai/accounts`, req);

Callers

nothing calls this directly

Calls 1

getMethod · 0.80

Tested by

no test coverage detected