pub fn substitute_parameters<S: BuildHasher>(
template: &str,
arguments: &Option<HashMap<String, String, S>>,
) -> StringExpand description
Substitute parameters in a prompt template
Supports named parameters using the format $parameter_name