Class InputResult
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
TypedText
public string TypedText { get; init; }
Property Value
Methods
AssemblePrompt()
Assembles the full prompt: typed text with pasted content appended.
public string AssemblePrompt()