By default, Weave’sDocumentation Index
Fetch the complete documentation index at: https://docs.wandb.ai/llms.txt
Use this file to discover all available pages before exploring further.
.call() method captures exceptions and stores them in call.exception instead of raising them. This is expected behavior.
If you need exceptions to be raised during execution, set the __should_raise parameter:
__should_raise=True, any exception that occurs during the op is silently captured and stored. Check call.exception to inspect the error:
Trace Data