Table of Contents

Class AgentFileReference

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

Contains a reference to an file.

public class AgentFileReference : FileReference
Inheritance
AgentFileReference
Inherited Members
Extension Methods

Properties

AgentName

The agent name.

public required string AgentName { get; set; }

Property Value

string

InstanceId

The instance unique identifier.

public required string InstanceId { get; set; }

Property Value

string

ResourceType

The object type of the resource.

[JsonIgnore]
[JsonIgnore]
public override Type ResourceType { get; }

Property Value

Type