Is your feature request related to a problem? Please describe.
When I use get_network_request to get request, is a <truncated> in the end.
Describe the solution you'd like
I need to obtain the complete network request data.
Describe alternatives you've considered
To achieve this, could we either add BODY_CONTEXT_SIZE_LIMIT to the environment configuration, or add parameters (e.g., pageSize, pageIdx, sizeLimit) to the get_network_request method?
Additional context
No response