Table of Contents

Class UserProfileUpdateRequest

Namespace
FoundationaLLM.Common.Models.Configuration.Users
Assembly
FoundationaLLM.Common.dll

Represents a request to update the properties of a user profile.

public class UserProfileUpdateRequest
Inheritance
UserProfileUpdateRequest
Inherited Members
Extension Methods

Properties

AgentObjectId

Gets or sets the object identifier of the agent to add or remove from the user's profile.

[JsonPropertyName("agent_object_id")]
public string? AgentObjectId { get; set; }

Property Value

string