Hi, I originally started developing my skill using the old console. I followed the slot values limits (50k max total, 10k per slot).
Moving to the new console, the model was about 2.5MB when dowloaded using the CLI tools.
Trying to upload the model (as is) back, I get back status 400 with "Invalid input to set interaction model call." error message. Trying to do it in the new console (upload JSON model), there is a limit of 1MB.
I don't think you should limit the file size, when there are already limits on slot values number, especially as the JSON notation naturally produces larger files than the original CSV files.
How can I fully migrate the skill to the new console without losing any data?