You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: common/api-review/ai.api.md
+11-15Lines changed: 11 additions & 15 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -705,35 +705,32 @@ export class IntegerSchema extends Schema {
705
705
constructor(schemaParams?:SchemaParams);
706
706
}
707
707
708
-
// Warning: (ae-internal-missing-underscore) The name "LiveClientContent" should be prefixed with an underscore because the declaration is marked as @internal
709
-
//
710
708
//@internal
711
-
exportinterfaceLiveClientContent {
709
+
exportinterface_LiveClientContent {
712
710
// (undocumented)
713
711
clientContent: {
714
712
turns: [Content];
715
713
turnComplete:boolean;
716
714
};
717
715
}
718
716
719
-
// Warning: (ae-internal-missing-underscore) The name "LiveClientRealtimeInput" should be prefixed with an underscore because the declaration is marked as @internal
720
-
//
721
717
//@internal
722
-
exportinterfaceLiveClientRealtimeInput {
718
+
exportinterface_LiveClientRealtimeInput {
723
719
// (undocumented)
724
720
realtimeInput: {
725
721
mediaChunks:GenerativeContentBlob[];
726
722
};
727
723
}
728
724
729
-
// Warning: (ae-internal-missing-underscore) The name "LiveClientSetup" should be prefixed with an underscore because the declaration is marked as @internal
0 commit comments