AssistantServiceSetUserConfigViewModel Method
Sets sqlite database userconfig jsonappsettings to the corresponding fields.
Namespace: SuperBuilderWinService.ServicesAssembly: IntelAiaService (in IntelAiaService.exe) Version: 1.0.0+2093811f3bac5da092b5ce9c8172233582eee4d5
public override Task<SetUserConfigViewModelResponse> SetUserConfigViewModel(
SetUserConfigViewModelRequest request,
ServerCallContext context
)
Public Overrides Function SetUserConfigViewModel (
request As SetUserConfigViewModelRequest,
context As ServerCallContext
) As Task(Of SetUserConfigViewModelResponse)
public:
virtual Task<SetUserConfigViewModelResponse^>^ SetUserConfigViewModel(
SetUserConfigViewModelRequest^ request,
ServerCallContext^ context
) override
abstract SetUserConfigViewModel :
request : SetUserConfigViewModelRequest *
context : ServerCallContext -> Task<SetUserConfigViewModelResponse>
override SetUserConfigViewModel :
request : SetUserConfigViewModelRequest *
context : ServerCallContext -> Task<SetUserConfigViewModelResponse>
- 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" }