Skip to content

Commit

Permalink
fix: schema_version should be optional (#42)
Browse files Browse the repository at this point in the history
  • Loading branch information
G4brym authored Apr 12, 2023
2 parents 38bc177 + 151c3af commit 4e1fe31
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/types.ts
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@ export enum APIType {
}

export interface AIPlugin {
schema_version: SchemaVersion
schema_version?: SchemaVersion
name_for_model: string
name_for_human: string
description_for_model: string
Expand Down

0 comments on commit 4e1fe31

Please sign in to comment.