Interface IAssistantProfile
public interface IAssistantProfile
Properties
Instructions
string Instructions { get; }
Property Value
- string
ModelId
string ModelId { get; set; }
Property Value
- string
public interface IAssistantProfile
string Instructions { get; }
string ModelId { get; set; }