PartialValues typedef

PartialValues = Map<String, dynamic>

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.

Implementation

typedef PartialValues = Map<String, dynamic>;