Table of Contents

Property Guidance

Namespace
LMKit.Translation
Assembly
LM-Kit.NET.dll

Guidance

Optional free-text guidance steering HOW the input is translated: terminology, proper-name handling, register and tone (for example, "keep product names untranslated; use a formal register"). When set, it is appended to the per-chunk system instruction and therefore applies to every chunk, so terminology stays consistent across a long document. Null or empty (the default) leaves the standard translation behavior unchanged.

public string Guidance { get; set; }

Property Value

string

Remarks

The guidance is an instruction channel kept separate from the translated content (it rides the system role, not the user text), so it must never be treated as content to translate or to act on.

Share