promptText property

String? promptText
getter/setter pair

Prompt text that is sent to a LLM on no-match default, placeholders are filled downstream.

For example: "Here is a conversation $conversation, a response is: "

Implementation

core.String? promptText;