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?
Related topics
Topic | Replies | Views | Activity | |
---|---|---|---|---|
Assistant API message cutoff | 2 | 594 | June 20, 2024 | |
Instructions context for Assistant context truncated on 1st call to only 12k chars | 2 | 361 | April 23, 2024 | |
Token/character restrictions for assistants-api? | 10 | 4111 | January 25, 2024 | |
Undocumented truncation of function tool call submission output | 3 | 715 | February 14, 2024 | |
Limit on the number of functions definitions for Assistant | 4 | 2833 | December 1, 2023 |