Interface IPrompt
'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
Methods
GetInputText()
string GetInputText()
Returns
- string
IsValid()
bool IsValid()
Returns
- bool
ToString()
string ToString()
Returns
- string