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