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 {
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/**
You can’t perform that action at this time.
0 commit comments