prompt property

TextPrompt? prompt
final

Required. The free-form input text given to the model as a prompt.

Given a prompt, the model will generate a TextCompletion response it predicts as the completion of the input text.

Implementation

final TextPrompt? prompt;