File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -822,14 +822,14 @@ export interface Annotated {
822
822
annotations ?: {
823
823
/**
824
824
* Describes who the intended customer of this object or data is.
825
- *
825
+ *
826
826
* It can include multiple entries to indicate content useful for multiple audiences (e.g., `["user", "assistant"]`).
827
827
*/
828
828
audience ?: Role [ ] ;
829
829
830
830
/**
831
831
* Describes how important this data is for operating the server.
832
- *
832
+ *
833
833
* A value of 1 means "most important," and indicates that the data is
834
834
* effectively required, while 0 means "least important," and indicates that
835
835
* the data is entirely optional.
@@ -839,7 +839,7 @@ export interface Annotated {
839
839
* @maximum 1
840
840
*/
841
841
priority ?: number ;
842
- } ;
842
+ }
843
843
}
844
844
845
845
/**
You can’t perform that action at this time.
0 commit comments