Skip to content

ReplPromptEvent

Semantic prompt event.

public sealed record ReplPromptEvent : ReplInteractionEvent, IEquatable<ReplInteractionEvent>, IEquatable<ReplPromptEvent>
  • IEquatable<ReplInteractionEvent>
  • IEquatable<ReplPromptEvent>

Semantic prompt event.

public ReplPromptEvent(string Name, string PromptText, string Kind)
public string Kind { get; init; }

string

public string Name { get; init; }

string

public string PromptText { get; init; }

string