LLMClientFetch Settings From Server Async Method
Reads the server's active settings (GET /api-keys + GET /session) and
updates Config with non-secret fields: models, endpoints, backend, flags.
API keys in Config are NOT overwritten (server returns masked values).
Call this whenever the user may have changed settings via the web UI.
Definition
Namespace: DWSIM.SharedClasses
Assembly: DWSIM.SharedClasses (in DWSIM.SharedClasses.dll) Version: 10.0.0.0
Assembly: DWSIM.SharedClasses (in DWSIM.SharedClasses.dll) Version: 10.0.0.0
C#
public Task<bool> FetchSettingsFromServerAsync()VB
Public Function FetchSettingsFromServerAsync As Task(Of Boolean)