opik 1.8.75 → 1.8.77

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -4861,6 +4861,7 @@ interface TraceThreadIdentifier {
4861
4861
  projectName?: string;
4862
4862
  projectId?: string;
4863
4863
  threadId: string;
4864
+ truncate?: boolean;
4864
4865
  }
4865
4866
 
4866
4867
  /**
@@ -4861,6 +4861,7 @@ interface TraceThreadIdentifier {
4861
4861
  projectName?: string;
4862
4862
  projectId?: string;
4863
4863
  threadId: string;
4864
+ truncate?: boolean;
4864
4865
  }
4865
4866
 
4866
4867
  /**