LLMClientApplyConfigAsync Method

Push all API key and integration settings to the running server (POST /api-keys) then switch the backend (PATCH /session).

Definition

Namespace: DWSIM.SharedClasses
Assembly: DWSIM.SharedClasses (in DWSIM.SharedClasses.dll) Version: 10.0.0.0
public Task ApplyConfigAsync(
	DWSIMAssistantConfig cfg = null
)

Parameters

cfg  DWSIMAssistantConfig  (Optional)
 

Return Value

Task

See Also