Browse Source

Include New Show Response Fields (#107)

royjhan 1 năm trước cách đây
mục cha
commit
df56393ef2
1 tập tin đã thay đổi với 3 bổ sung0 xóa
  1. 3 0
      src/interfaces.ts

+ 3 - 0
src/interfaces.ts

@@ -187,6 +187,9 @@ export interface ShowResponse {
   system: string
   details: ModelDetails
   messages: Message[]
+  modified_at: Date
+  model_info: Map<string, any>
+  projector_info?: Map<string, any>
 }
 
 export interface ListResponse {