prompt property

MessagePrompt? prompt
final

Required. The structured textual input given to the model as a prompt.

Given a prompt, the model will return what it predicts is the next message in the discussion.

Implementation

final MessagePrompt? prompt;