Class AIMethodNotSupportedException
Thrown when a GenAI provider does not support a specific feature.
Inherited Members
Namespace: Glitch9.AIDevKit
Assembly: .dll
Syntax
public class AIMethodNotSupportedException : AIRequestException
Constructors
AIMethodNotSupportedException(Api, string)
Declaration
public AIMethodNotSupportedException(Api api, string methodName)
Parameters
Type | Name | Description |
---|---|---|
Api | api | |
string | methodName |
Properties
MethodName
The name of the unsupported endpoint. Refer to the Glitch9.AIDevKit.Methods for the list of supported endpoints.
Declaration
public string MethodName { get; }
Property Value
Type | Description |
---|---|
string |