google-gemini / generative-ai-swift

The official Swift library for the Google Gemini API

Home Page:https://ai.google.dev/gemini-api/docs/get-started/tutorial?lang=swift

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Refactor code samples to use Observation framework

peterfriese opened this issue · comments

Description of the feature request:

Our code samples currently use pre-Observation code for data and state flow. We should migrate to the Observation framework.