File tree Expand file tree Collapse file tree
apps/sim/lib/copilot/generated Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -89,6 +89,10 @@ export const TraceAttr = {
8989 ChatArtifactKeys : 'chat.artifact_keys' ,
9090 ChatArtifactsBytes : 'chat.artifacts_bytes' ,
9191 ChatAuthType : 'chat.auth_type' ,
92+ ChatBlobBytesOffloaded : 'chat.blob_bytes_offloaded' ,
93+ ChatBlobBytesResolved : 'chat.blob_bytes_resolved' ,
94+ ChatBlobsOffloaded : 'chat.blobs_offloaded' ,
95+ ChatBlobsResolved : 'chat.blobs_resolved' ,
9296 ChatContextCount : 'chat.context_count' ,
9397 ChatContextUsage : 'chat.context_usage' ,
9498 ChatContinuationMessagesBefore : 'chat.continuation.messages_before' ,
@@ -719,6 +723,10 @@ export const TraceAttrValues: readonly TraceAttrValue[] = [
719723 'chat.artifact_keys' ,
720724 'chat.artifacts_bytes' ,
721725 'chat.auth_type' ,
726+ 'chat.blob_bytes_offloaded' ,
727+ 'chat.blob_bytes_resolved' ,
728+ 'chat.blobs_offloaded' ,
729+ 'chat.blobs_resolved' ,
722730 'chat.context_count' ,
723731 'chat.context_usage' ,
724732 'chat.continuation.messages_before' ,
You can’t perform that action at this time.
0 commit comments