Skip to content

Commit 050e268

Browse files
committed
remove spurious semicolon
1 parent 46f8b2f commit 050e268

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

schema/schema.ts

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -822,14 +822,14 @@ export interface Annotated {
822822
annotations?: {
823823
/**
824824
* Describes who the intended customer of this object or data is.
825-
*
825+
*
826826
* It can include multiple entries to indicate content useful for multiple audiences (e.g., `["user", "assistant"]`).
827827
*/
828828
audience?: Role[];
829829

830830
/**
831831
* Describes how important this data is for operating the server.
832-
*
832+
*
833833
* A value of 1 means "most important," and indicates that the data is
834834
* effectively required, while 0 means "least important," and indicates that
835835
* the data is entirely optional.
@@ -839,7 +839,7 @@ export interface Annotated {
839839
* @maximum 1
840840
*/
841841
priority?: number;
842-
};
842+
}
843843
}
844844

845845
/**

0 commit comments

Comments
 (0)