Namespace: LLama.Batched
This exception is thrown when "Prompt()" is called on a Conversation which has
already been prompted and before "Infer()" has been called on the associated
BatchedExecutor.
public class AlreadyPromptedConversationException : ExperimentalBatchedExecutorException, System.Runtime.Serialization.ISerializable
Inheritance Object → Exception → ExperimentalBatchedExecutorException → AlreadyPromptedConversationException
Implements ISerializable
public MethodBase TargetSite { get; }
public string Message { get; }
public IDictionary Data { get; }
public Exception InnerException { get; }
public string HelpLink { get; set; }
public string Source { get; set; }
public int HResult { get; set; }
public string StackTrace { get; }