+
+ ๐ฏ Tokens:
-
-
- {([key, value]) => (
-
- {key}:{' '}
- {typeof value === 'object'
- ? JSON.stringify(value)
- : String(value)}
-
+
+ Prompt: {conv().usage?.promptTokens.toLocaleString() || 0}
+
+ โข
+
+ Completion: {conv().usage?.completionTokens.toLocaleString() || 0}
+
+ โข
+
+ Total: {conv().usage?.totalTokens.toLocaleString() || 0}
+
+
+
+ {/* Model options - collapsible */}
+
0}>
+
+
+ ๐งช Model options
+
+
+ }
+ defaultExpansionDepth={2}
+ />
+
+
+
+ {/* System prompts - collapsible */}
+
0}>
+
+
+ ๐งฉ System prompts ({systemPrompts().length})
+
+
+
+ {(prompt, index) => (
+
+
+ #{index() + 1}
+
+
+ {prompt}
+
+
)}
-
+