100000 Character Limit in Assistants Function Calling?

I created a CustomGPT with an Action to download specific text files from a library, but I discovered that there is a limitation on actions that prevents it from returning more than 100,000 characters. That’s obviously well under the actual context window limit. Would the same be true if I used a function call with an assistant? Are there any tricks for getting around this character limit?