AIAssistantOptions Constructors
Name | Parameters | Description |
---|---|---|
AIAssistantOptions(String, Stream, String) | fileName, data, instructions | Initializes a new instance of the AIAssistantOptions class with specified settings. |
AIAssistantOptions(String, Stream) | fileName, data | Initializes a new instance of the AIAssistantOptions class with specified settings. |
See Also