promptTemplate property
Inline prompt template.
Template variables should be in the format "{var_name}". Example: "Translate the following from {source_lang} to {target_lang}: {text}"
Implementation
core.String? promptTemplate;
Inline prompt template.
Template variables should be in the format "{var_name}". Example: "Translate the following from {source_lang} to {target_lang}: {text}"
core.String? promptTemplate;