Property PassageInstruction
- Namespace
- MailFathom.Application.Emails.Embeddings
- Assembly
- MailFathom.Application.dll
PassageInstruction
Gets the instruction or prefix a model requires of a passage, or null where it requires none.
public string? PassageInstruction { get; }
Property Value
Remarks
Null is the model asking for nothing rather than an unrecorded value, which is why a blank instruction is refused rather than stored: a prefix of spaces is a misconfigured declaration, and accepting it would register a second profile for a space identical to one already registered.