Class TextPrompt
Text given to the model as a prompt. The Model will use this TextPrompt to Generate a text completion.
Inheritance
object
TextPrompt
Namespace: Glitch9.AIDevKit.Google
Assembly: .dll
Syntax
public class TextPrompt
Properties
Text
Required. The prompt text.
Declaration
public string Text { get; set; }
Property Value
Type | Description |
---|---|
string |