Table of Contents

Class InstructionsResult

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

The combined result of instruction file discovery.

public sealed class InstructionsResult
Inheritance
InstructionsResult
Inherited Members

Properties

Files

public IReadOnlyList<InstructionFile> Files { get; }

Property Value

IReadOnlyList<InstructionFile>

HasInstructions

True if any instruction files were found.

public bool HasInstructions { get; }

Property Value

bool

Methods

ToSummary()

Short summary for /instructions command.

public string ToSummary()

Returns

string

ToSystemPrompt()

Merges all instruction files into a single system prompt section.

public string ToSystemPrompt()

Returns

string