pub type ResponsePromptVariables = IndexMap<String, ResponsePromptVariable>;
Expand description
Optional map of values to substitute in for variables in your prompt. The substitution values can either be strings, or other Response input types like images or files.
Aliased Typeยง
pub struct ResponsePromptVariables { /* private fields */ }