Class AgentFile
- Assembly
- FoundationaLLM.Common.dll
Agent file resource.
public class AgentFile : ResourceBase
- Inheritance
-
AgentFile
- Inherited Members
- Extension Methods
Properties
AgentObjectId
Agent object identifier.
[JsonPropertyName("agent_object_id")]
public string? AgentObjectId { get; set; }
Property Value
Content
File stream of the attachment contents.
[JsonPropertyName("content")]
public byte[]? Content { get; set; }
Property Value
- byte[]
ContentType
The mime content type of the attachment.
[JsonPropertyName("content_type")]
public string? ContentType { get; set; }
Property Value
Type
The type of the resource.
[JsonIgnore]
public override string? Type { get; set; }