Class InterruptedResponseException
Inheritance
InterruptedResponseException
Assembly: Glitch9.AIDevKit.dll
Syntax
public class InterruptedResponseException : ModelErrorException, ISerializable
Constructors
|
Edit this page
View Source
InterruptedResponseException(FinishReason)
Declaration
public InterruptedResponseException(FinishReason finishReason)
Parameters
Properties
|
Edit this page
View Source
FinishReason
Declaration
public FinishReason FinishReason { get; }
Property Value
Implements
Extension Methods