OpenAIChatCopilotOptions.Create
Create()
Creates a new instance of OpenAIChatCopilotOptions
.
public static OpenAIChatCopilotOptions Create()
Return Value
A new instance of OpenAIChatCopilotOptions
.
See Also
- class OpenAIChatCopilotOptions
- namespace Aspose.Pdf.AI
- assembly Aspose.PDF
Create(Action<OpenAIChatCopilotOptions>)
Creates an instance of OpenAIChatCopilotOptions
and configures it using the provided delegate.
public static OpenAIChatCopilotOptions Create(Action<OpenAIChatCopilotOptions> config)
Parameter | Type | Description |
---|---|---|
config | Action`1 | The delegate to configure the options. |
Return Value
The configured instance of OpenAIChatCopilotOptions
.
See Also
- class OpenAIChatCopilotOptions
- namespace Aspose.Pdf.AI
- assembly Aspose.PDF