Label OpenAI JS SDK in cache monitoring

This commit is contained in:
RWDai
2026-05-18 19:30:39 +08:00
parent 9179516b19
commit e8c55e8f1f

View File

@@ -272,6 +272,8 @@ function formatClientFamily(family?: string | null): string {
return 'OpenCode'
case 'claude_code':
return 'Claude Code'
case 'openai_js_sdk':
return 'OpenAI JS SDK'
case 'generic':
return '通用'
case undefined: