Namespace: Microsoft.AI.Foundry.Local
public class PromptTemplate : System.IEquatable`1[[Microsoft.AI.Foundry.Local.PromptTemplate, Microsoft.AI.Foundry.Local, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null]]Inheritance Object → PromptTemplate
Implements IEquatable<PromptTemplate>
Attributes NullableContextAttribute, NullableAttribute
public string System { get; set; }public string User { get; set; }public string Assistant { get; set; }public string Prompt { get; set; }public PromptTemplate()public string ToString()public int GetHashCode()public bool Equals(object obj)obj Object
public bool Equals(PromptTemplate other)other PromptTemplate
public PromptTemplate <Clone>$()