In Weave, when you use an Op, you can call the functions directly as you would any function:Documentation Index
Fetch the complete documentation index at: https://wb-21fd5541-weave-caching.mintlify.app/llms.txt
Use this file to discover all available pages before exploring further.
op.call method, which returns both the result and the Call object.
- Python
- TypeScript
call object contains all the information about the Call, including the inputs, outputs, and other metadata. You can use call to set, update, fetch additional properties, or add feedback.If your Op is a method on a class, you need to pass the instance of the class as the first argument to call. The following example shows getting a handle to a Call object that is a method on a class: