promptText property
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;
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: "
core.String? promptText;