Currently, images that are embedded in articles, assets, and procedure tasks are sent as base64. This can cause issues with putting the output through an LLM as well as just slowing the HTTP request down if listing large amounts of items. We are currently using code to strip out the base64 data, but the presence of it can really slow down the HTTP request
It would be great if there was a query parameter that can be set to "true" that would just respond with the text of the item(s) while stripping out the images.