Partial input values used to format a prompt. The keys are the names of the variables in the prompt template and the values the actual values to use.
typedef PartialValues = Map<String, dynamic>;