Class InstructionsResult
The combined result of instruction file discovery.
public sealed class InstructionsResult
- Inheritance
-
InstructionsResult
- Inherited Members
Properties
Files
public IReadOnlyList<InstructionFile> Files { get; }
Property Value
HasInstructions
True if any instruction files were found.
public bool HasInstructions { get; }
Property Value
Methods
ToSummary()
Short summary for /instructions command.
public string ToSummary()
Returns
ToSystemPrompt()
Merges all instruction files into a single system prompt section.
public string ToSystemPrompt()