A user attempting to extract base64 encoded image portions from AI Prompts encounters timeout issues due to message size limits. They currently have to request small portions. The ability to output directly to a file or an increased message size limit would resolve this.
Spectacular video! I have so much to learn! I have a specific question: in the AI Prompts, you mention that you can generate a document as output. How would that work? I'm trying to extract a portion of an image, and since I don't know how to configure the output to a file, I'm asking it to send me the base64 encoding of the portion of the image file in a JSON structure, but I'm running into a timeout problem, I assume because the message size is exceeded. It works when I ask it to send me a small portion of the base64 code (for example the first 100 characters), but it crashes when I ask for the entire string.