You can disable code capture during Weave client initialization:Documentation Index
Fetch the complete documentation index at: https://wb-21fd5541-update-training-api-26.mintlify.app/llms.txt
Use this file to discover all available pages before exploring further.
weave.init("entity/project", settings={"capture_code": False}).
You can also use the environment variable WEAVE_CAPTURE_CODE=false.
Code Capture