AssistantServiceSetUserConfigViewModel Method

Sets sqlite database userconfig jsonappsettings to the corresponding fields.

Definition

Namespace: SuperBuilderWinService.Services
Assembly: IntelAiaService (in IntelAiaService.exe) Version: 1.0.0+2093811f3bac5da092b5ce9c8172233582eee4d5
C#
public override Task<SetUserConfigViewModelResponse> SetUserConfigViewModel(
	SetUserConfigViewModelRequest request,
	ServerCallContext context
)

Parameters

request  SetUserConfigViewModelRequest
Example: { "view_model": "{\"local_model_hub\":\"C:\\\\ProgramData\\\\IntelAIA\\\\local_models\\\\\",\"vectordb_path\":\"C:\\\\ProgramData\\\\IntelAIA\\\\vectordb_store\\\\\",\"software_update_flag\":true,\"download_endpoint\":\"https://huggingface.co\",\"is_admin\":false}" }
context  ServerCallContext
The gRPC call context.

Return Value

TaskSetUserConfigViewModelResponse
Example: { "message": "success" }

See Also