Table of Contents

Class InstructionFile

Namespace
JD.AI.Core.Agents
Assembly
JD.AI.Core.dll

A single discovered instruction file.

public sealed record InstructionFile : IEquatable<InstructionFile>
Inheritance
InstructionFile
Implements
Inherited Members

Constructors

InstructionFile(string, string, string)

A single discovered instruction file.

public InstructionFile(string Name, string FullPath, string Content)

Parameters

Name string
FullPath string
Content string

Properties

Content

public string Content { get; init; }

Property Value

string

FullPath

public string FullPath { get; init; }

Property Value

string

Name

public string Name { get; init; }

Property Value

string