Table of Contents

Class InputResult

Namespace
JD.AI.Rendering
Assembly
JD.AI.dll

The result of an interactive ReadLine call, containing the typed text and any pasted content attachments.

public sealed class InputResult
Inheritance
InputResult
Inherited Members

Properties

Attachments

public IReadOnlyList<PastedContent> Attachments { get; init; }

Property Value

IReadOnlyList<PastedContent>

TypedText

public string TypedText { get; init; }

Property Value

string

Methods

AssemblePrompt()

Assembles the full prompt: typed text with pasted content appended.

public string AssemblePrompt()

Returns

string