Skip to content

Commit

Permalink
add engine version to model (#36)
Browse files Browse the repository at this point in the history
  • Loading branch information
marknguyen1302 authored Aug 6, 2024
1 parent 8a464a3 commit b888bc3
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/resources/models.ts
Original file line number Diff line number Diff line change
Expand Up @@ -104,6 +104,11 @@ export interface Model {
* The model version
*/
version?: string;

/**
* The model's engine version required to run the model
*/
engine_version?: string;
}

export interface ModelDeleted {
Expand Down

0 comments on commit b888bc3

Please sign in to comment.