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