Property FormatInstruction
FormatInstruction
Gets or sets the format instruction template used to prompt the model.
Use {input} as a placeholder for the user's question.
public string FormatInstruction { get; set; }
Gets or sets the format instruction template used to prompt the model.
Use {input} as a placeholder for the user's question.
public string FormatInstruction { get; set; }