PromptTemplateColumnNames
Gain access to the Prompt Playground
Arize class to map up to 2 columns: prompt_template
and prompt_template_version
Parameters
Data Type
Expected Type in Column
Description
template_column_name
str
The contents of this column must be strings
Column name for the prompt template. The variables in the prompt template must be defined between double keys. Example:
My name is {{name}}.
template_version_column_name
str
The contents of this column must be convertible to string
Column name for the prompt template version
Code Example
Last updated
Was this helpful?