Table of Contents

Class AgentOwnerUpdateRequest

Namespace
FoundationaLLM.Common.Models.ResourceProviders.Agent
Assembly
FoundationaLLM.Common.dll

Represents a request to update the owner of an agent.

public class AgentOwnerUpdateRequest
Inheritance
AgentOwnerUpdateRequest
Inherited Members
Extension Methods

Properties

OwnerUserId

Gets or sets the unique identifier of the user who is the owner of the agent.

[JsonPropertyName("owner_user_id")]
public required string OwnerUserId { get; set; }

Property Value

string

Remarks

The user must have an Owner role assigned on the agent.