InputValues typedef

InputValues = Map<String, dynamic>

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.

Implementation

typedef InputValues = Map<String, dynamic>;