Variable DATA_ENTRY_KIND_TO_SLICEConst
DATA_ENTRY_KIND_TO_SLICE: {
byod: "byod";
customGeometries: "customGeometries";
incidents: "trafficIncidents";
places: "places";
ranges: "ranges";
routes: "routing";
trafficAreaAnalytics: "trafficAreaAnalytics";
}
Type Declaration
-
Readonlybyod: "byod"
-
ReadonlycustomGeometries: "customGeometries"
-
Readonlyincidents: "trafficIncidents"
-
Readonlyplaces: "places"
-
Readonlyranges: "ranges"
-
Readonlyroutes: "routing"
-
ReadonlytrafficAreaAnalytics: "trafficAreaAnalytics"
Mapping from DataEntryKind (LLM-facing name) to the ToolState slice key that owns the entries for that kind. Used by
createMapAgentto applyentryModefromdataEntries[kind].entryModeto the right slice.