Interface IPrompt
Interface for all prompt types.
This interface is used to ensure that all prompt types can be serialized and deserialized correctly.
It is also used to ensure that all prompt types can be used in the AIDevKit system.
Namespace: Glitch9.AIDevKit
Assembly: .dll
Syntax
public interface IPrompt
Methods
GetText()
Declaration
string GetText()
Returns
Type | Description |
---|---|
string |
ToString()
Declaration
string ToString()
Returns
Type | Description |
---|---|
string |