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
core.window.Window: apply a processor to a rolling window across the stream.
Models output dataclass Parts when constrained decoding is used. This greatly simplifies writing pipelines that extract data on intermediate steps. Now the whole response will be in a single Part and accessible as part.get_dataclass(MyData).
Added a text-based turn-by-turn chat example with multimodal support through downloading images or PDFs by their URLs.