Require the model to call the named toolName.
toolName
static Map<String, dynamic> tool(String toolName) => { 'type': 'tool', 'name': toolName, };