Explorar o código

feat: updated show response type to include capabilities (#222)

Tushar Selvakumar hai 2 meses
pai
achega
83682a7990
Modificáronse 1 ficheiros con 2 adicións e 1 borrados
  1. 2 1
      src/interfaces.ts

+ 2 - 1
src/interfaces.ts

@@ -247,7 +247,8 @@ export interface ShowResponse {
   details: ModelDetails
   messages: Message[]
   modified_at: Date
-  model_info: Map<string, any>
+  model_info: Map<string, any>,
+  capabilities: string[],
   projector_info?: Map<string, any>
 }