TextPrompt

Text given to the model as a prompt.

The Model will use this TextPrompt to Generate a text completion.

JSON representation
{
  "text": string
}
Fields
text

string

Required. The prompt text.