Merge pull request 'fix: use 'provider' argument name to match Rust command signature' (#31) from bug/ai-provider-save into master
All checks were successful
Auto Tag / autotag (push) Successful in 7s
Auto Tag / wiki-sync (push) Successful in 7s
Auto Tag / build-macos-arm64 (push) Successful in 2m23s
Auto Tag / build-windows-amd64 (push) Successful in 13m36s
Auto Tag / build-linux-amd64 (push) Successful in 27m18s
Auto Tag / build-linux-arm64 (push) Successful in 28m24s
All checks were successful
Auto Tag / autotag (push) Successful in 7s
Auto Tag / wiki-sync (push) Successful in 7s
Auto Tag / build-macos-arm64 (push) Successful in 2m23s
Auto Tag / build-windows-amd64 (push) Successful in 13m36s
Auto Tag / build-linux-amd64 (push) Successful in 27m18s
Auto Tag / build-linux-arm64 (push) Successful in 28m24s
Reviewed-on: #31
This commit is contained in:
commit
859d7a0da8
@ -466,7 +466,7 @@ export const getAllIntegrationConfigsCmd = () =>
|
|||||||
// ─── AI Provider Configuration ────────────────────────────────────────────────
|
// ─── AI Provider Configuration ────────────────────────────────────────────────
|
||||||
|
|
||||||
export const saveAiProviderCmd = (config: ProviderConfig) =>
|
export const saveAiProviderCmd = (config: ProviderConfig) =>
|
||||||
invoke<void>("save_ai_provider", { config });
|
invoke<void>("save_ai_provider", { provider: config });
|
||||||
|
|
||||||
export const loadAiProvidersCmd = () =>
|
export const loadAiProvidersCmd = () =>
|
||||||
invoke<ProviderConfig[]>("load_ai_providers");
|
invoke<ProviderConfig[]>("load_ai_providers");
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user