@meridianlabs/inspect-scout-viewer 0.4.13 → 0.4.15
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.
- package/lib/index.js +64 -26
- package/lib/index.js.map +1 -1
- package/lib/src/components/icons.d.ts +1 -0
- package/lib/src/components/transcript/transform/fixups.d.ts +1 -1
- package/lib/src/types/api-types.d.ts +1 -1
- package/lib/src/types/generated.d.ts +6 -1
- package/lib/styles/index.css +17 -9
- package/package.json +1 -1
|
@@ -66,7 +66,7 @@ export declare const fixupEventStream: (events: Event[], filterPending?: boolean
|
|
|
66
66
|
pending: boolean | null;
|
|
67
67
|
span_id: string | null;
|
|
68
68
|
timestamp: string;
|
|
69
|
-
type: "message" | "time" | "working" | "token" | "operator" | "custom";
|
|
69
|
+
type: "message" | "time" | "working" | "token" | "cost" | "operator" | "custom";
|
|
70
70
|
uuid: string | null;
|
|
71
71
|
working_start: number;
|
|
72
72
|
} | {
|
|
@@ -80,7 +80,7 @@ export type ContentCitation = components["schemas"]["ContentCitation"];
|
|
|
80
80
|
export type DocumentCitation = components["schemas"]["DocumentCitation"];
|
|
81
81
|
export type UrlCitation = components["schemas"]["UrlCitation"];
|
|
82
82
|
export type JsonValue = components["schemas"]["JsonValue"];
|
|
83
|
-
export type Type17 = "message" | "time" | "working" | "token" | "operator" | "custom";
|
|
83
|
+
export type Type17 = "message" | "time" | "working" | "token" | "operator" | "custom" | "cost";
|
|
84
84
|
export type JsonChangeOp = "remove" | "add" | "replace" | "move" | "test" | "copy";
|
|
85
85
|
export type Format1 = "wav" | "mp3";
|
|
86
86
|
export type Format2 = "mp4" | "mpeg" | "mov";
|
|
@@ -2195,6 +2195,11 @@ export interface components {
|
|
|
2195
2195
|
* @default null
|
|
2196
2196
|
*/
|
|
2197
2197
|
reasoning_tokens: number | null;
|
|
2198
|
+
/**
|
|
2199
|
+
* Total Cost
|
|
2200
|
+
* @default null
|
|
2201
|
+
*/
|
|
2202
|
+
total_cost: number | null;
|
|
2198
2203
|
/**
|
|
2199
2204
|
* Total Tokens
|
|
2200
2205
|
* @default 0
|
|
@@ -2549,7 +2554,7 @@ export interface components {
|
|
|
2549
2554
|
* Type
|
|
2550
2555
|
* @enum {string}
|
|
2551
2556
|
*/
|
|
2552
|
-
type: "message" | "time" | "working" | "token" | "operator" | "custom";
|
|
2557
|
+
type: "message" | "time" | "working" | "token" | "cost" | "operator" | "custom";
|
|
2553
2558
|
/**
|
|
2554
2559
|
* Uuid
|
|
2555
2560
|
* @default null
|
package/lib/styles/index.css
CHANGED
|
@@ -5117,49 +5117,57 @@ a._citationLink_1ggvf_9:hover {
|
|
|
5117
5117
|
border: none;
|
|
5118
5118
|
margin-left: 0.4rem;
|
|
5119
5119
|
}
|
|
5120
|
-
.
|
|
5120
|
+
._boolean_8citi_1 {
|
|
5121
5121
|
display: inline-flex;
|
|
5122
5122
|
justify-content: center;
|
|
5123
5123
|
align-items: center;
|
|
5124
5124
|
border-radius: 5px;
|
|
5125
5125
|
padding: 8px;
|
|
5126
|
+
margin-bottom: 1px;
|
|
5126
5127
|
width: 2.5rem;
|
|
5127
5128
|
height: 1rem;
|
|
5128
|
-
font-size:
|
|
5129
|
+
font-size: var(--inspect-font-size-smallest);
|
|
5129
5130
|
}
|
|
5130
5131
|
|
|
5131
|
-
.
|
|
5132
|
+
._true_8citi_13 {
|
|
5132
5133
|
background-color: var(--bs-success);
|
|
5133
5134
|
border: solid var(--bs-success) 1px;
|
|
5134
5135
|
color: var(--bs-body-bg);
|
|
5135
5136
|
}
|
|
5136
5137
|
|
|
5137
|
-
.
|
|
5138
|
+
._false_8citi_19 {
|
|
5138
5139
|
background-color: var(--bs-danger);
|
|
5139
5140
|
border: solid var(--bs-danger) 1px;
|
|
5140
5141
|
color: var(--bs-body-bg);
|
|
5141
5142
|
}
|
|
5142
5143
|
|
|
5143
|
-
.
|
|
5144
|
+
._valueTable_8citi_25 {
|
|
5144
5145
|
display: grid;
|
|
5145
|
-
grid-template-columns: max-content auto;
|
|
5146
|
+
grid-template-columns: minmax(auto, max-content) auto;
|
|
5146
5147
|
column-gap: 1rem;
|
|
5147
5148
|
row-gap: 0rem;
|
|
5148
5149
|
}
|
|
5149
5150
|
|
|
5150
|
-
.
|
|
5151
|
+
._valueKey_8citi_32 {
|
|
5152
|
+
white-space: nowrap;
|
|
5153
|
+
overflow: hidden;
|
|
5154
|
+
text-overflow: ellipsis;
|
|
5155
|
+
}
|
|
5156
|
+
|
|
5157
|
+
._inline_8citi_38 ._valueValue_8citi_38 {
|
|
5151
5158
|
white-space: nowrap;
|
|
5152
5159
|
overflow: hidden;
|
|
5153
5160
|
text-overflow: ellipsis;
|
|
5161
|
+
text-align: end;
|
|
5154
5162
|
}
|
|
5155
5163
|
|
|
5156
|
-
.
|
|
5164
|
+
._inline_8citi_38 ._valueValue_8citi_38 p {
|
|
5157
5165
|
white-space: nowrap;
|
|
5158
5166
|
overflow: hidden;
|
|
5159
5167
|
text-overflow: ellipsis;
|
|
5160
5168
|
}
|
|
5161
5169
|
|
|
5162
|
-
pre.
|
|
5170
|
+
pre._value_8citi_25 {
|
|
5163
5171
|
margin: 0;
|
|
5164
5172
|
}
|
|
5165
5173
|
._title_19l1b_1 {
|