lookuptool=LLMTool[{"IllinoisRentRatioLookup","This tool provides the 2019 ratio of fair-market rent to median income by county."},{"ComparisonType""Interpreter"Restricted["String",Alternatives["Highest","Lowest"]],"Help""Only accepts ONE of \"Highest\" or \"Lowest\" with no quotation marks.","ApartmentType""Interpreter"Restricted["String",Alternatives["Studio","1BR","2BR","3BR","4BR"]],"Help""Only accepts ONE of \"Studio\", \"1BR\", \"2BR\", \"3BR\", or \"4BR\" with no quotation marks."},Function[Switch[#ComparisonType,"Lowest",StringRiffle[MapApply[CommonName[#1]<>": "<>ToString[#2]&,FromTabular[TakeSmallestBy[actualData,#ApartmentType,10]〚All,{"County",#ApartmentType}〛,"Matrix"]],"\n"],"Highest",,StringRiffle[MapApply[CommonName[#1]<>": "<>ToString[#2]&,FromTabular[TakeLargestBy[actualData,#ApartmentType,10]〚All,{"County",#ApartmentType}〛,"Matrix"]],"\n"]_,"Lookup Failed."]]]