AI DevKit
Search Results for

    Show / Hide Table of Contents

    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
    In this article
    Back to top Generated by DocFX