AssistantServiceSetUserConfigViewModel Method
Sets sqlite database userconfig jsonappsettings to the corresponding fields.
Namespace: SuperBuilderWinService.ServicesAssembly: IntelAiaService (in IntelAiaService.exe) Version: 1.0.0+e5af843a4e6a75a047681ce8b5d33ceb3660e546
public override Task<SetUserConfigViewModelResponse> SetUserConfigViewModel(
SetUserConfigViewModelRequest request,
ServerCallContext context
)
public:
virtual Task<SetUserConfigViewModelResponse^>^ SetUserConfigViewModel(
SetUserConfigViewModelRequest^ request,
ServerCallContext^ context
) override
function SetUserConfigViewModel(request, context);
- 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.
TaskSetUserConfigViewModelResponseExample: { "message": "success" }