Python
Setup
Auto-instrumentation
To automatically trace Cohere SDK calls, callbraintrust.auto_instrument() before creating your Cohere client.cohere package is not installed.Manual instrumentation
To trace specific Cohere clients individually (rather than all of them globally), usewrap_cohere().