Issue with `input_schema` -> `type`:`number`
Error: Input schema is not valid (Field schema.properties.products.items.amount is not matching any input schema type definition. Please make sure that it's type is valid.)when I change amount type to integer it works perfectly fine, but it doesn't want to work when I change it to number. I need it to be number, because I want to accept floating-point numbers


