Table of Contents

Interface IPrompt

Namespace
Glitch9.AIDevKit

'Prompt' is a general term for the input given to an AI model to generate a response.
This can include text prompts, image prompts, audio prompts, or any combination thereof.
The prompt can be a simple string, a more complex object, or even a file.
The purpose of the prompt is to guide the AI model in generating a relevant and accurate response.

public interface IPrompt
Extension Methods

Properties

PromptType

PromptType PromptType { get; }

Property Value

PromptType

Methods

GetInputText()

string GetInputText()

Returns

string

IsValid()

bool IsValid()

Returns

bool

ToString()

string ToString()

Returns

string