mirror of
https://github.com/QwenLM/qwen-code.git
synced 2026-05-05 23:42:03 +00:00
feature(commands) - Refactor Slash Command + Vision For the Future (#3175)
This commit is contained in:
parent
6eccb474c7
commit
aa10ccba71
26 changed files with 2436 additions and 726 deletions
|
|
@ -22,7 +22,7 @@ import {
|
|||
|
||||
export type { SessionMetrics, ModelMetrics };
|
||||
|
||||
interface SessionStatsState {
|
||||
export interface SessionStatsState {
|
||||
sessionStartTime: Date;
|
||||
metrics: SessionMetrics;
|
||||
lastPromptTokenCount: number;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue