Use ESTIMATED_TOKEN_COUNT
to estimate how many tokens the input will use when passed to an LLM:
ESTIMATED_TOKEN_COUNT(fetch_data.items)
This can be used to check if data being passed to an AI action will cause the action to reach its input token limits.