What is the challenge? |
When integrating with external tools like ChatGPT, creating or modifying records one-by-one requires constant context switching by the AI. They cannot loop through 30 requests like a script might. As a result the AI constantly checks back in with the user, asking for approval after each step. |
|---|---|
What is the impact? |
External integrations are slow, AI context windows can expire, and clarity is reduced. |
Describe your idea |
Enhance the rest API so features/requirements/ideas/tasks can be created/updated in bulk, by passing an array of alike records, instead of calling the REST API for each record individually. |