Skip to content

Commit

Permalink
Include New Show Response Fields (#107)
Browse files Browse the repository at this point in the history
  • Loading branch information
royjhan authored Jul 1, 2024
1 parent 57fafae commit df56393
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/interfaces.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand Down

0 comments on commit df56393

Please sign in to comment.