File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 2323
2424namespace Google . GenAI . Types {
2525 /// <summary>
26- /// Config for `des ` parameter.
26+ /// Config for `dest ` parameter.
2727 /// </summary>
2828
2929 public record BatchJobDestination {
Original file line number Diff line number Diff line change @@ -54,10 +54,10 @@ public bool
5454 /// Presence of this index allows users to transparently reconnect and avoid issue of losing
5555 /// some part of realtime audio input/video. If client wishes to temporarily disconnect (for
5656 /// example as result of receiving GoAway) they can do it without losing state by buffering
57- /// messages sent since last `SessionResmumptionTokenUpdate `. This field will enable them to
57+ /// messages sent since last `SessionResumptionTokenUpdate `. This field will enable them to
5858 /// limit buffering (avoid keeping all requests in RAM). Note: This should not be used for when
59- /// resuming a session at some time later -- in those cases partial audio and video frames
60- /// arelikely not needed.
59+ /// resuming a session at some time later -- in those cases partial audio and video frames are
60+ /// likely not needed.
6161 /// </summary>
6262 [ JsonPropertyName ( "lastConsumedClientMessageIndex" ) ]
6363 [ JsonIgnore ( Condition = JsonIgnoreCondition . WhenWritingNull ) ]
You can’t perform that action at this time.
0 commit comments