Class NotSupportedGENTaskException
Thrown when a GenAI provider does not support a specific feature.
Inheritance
object
Exception
SystemException
NotSupportedException
NotSupportedGENTaskException
Namespace: Glitch9.AIDevKit
Assembly: .dll
Syntax
public class NotSupportedGENTaskException : NotSupportedException
Constructors
NotSupportedGENTaskException(AIProvider, int)
Declaration
public NotSupportedGENTaskException(AIProvider api, int taskType)
Parameters
Type | Name | Description |
---|---|---|
AIProvider | api | |
int | taskType |
Properties
Api
The name of the provider that does not support the feature.
Declaration
public AIProvider Api { get; }
Property Value
Type | Description |
---|---|
AIProvider |
TaskType
The name of the unsupported feature.
Declaration
public int TaskType { get; }
Property Value
Type | Description |
---|---|
int |