Class AgentFileReference
- 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
InstanceId
The instance unique identifier.
public required string InstanceId { get; set; }
Property Value
ResourceType
The object type of the resource.
[JsonIgnore]
[JsonIgnore]
public override Type ResourceType { get; }