Skip to content

Commit 7cf7ebd

Browse files
authored
Update README.md (#147)
Fix the broken link
1 parent 3d387a4 commit 7cf7ebd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

agents/live_api/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ This pattern showcases a real-time conversational agent powered by Google Gemini
66

77
**Key components:**
88

9-
- **Python Backend** (in `app/` folder): A production-ready server built with [FastAPI](https://fastapi.tiangolo.com/) and [google-genai](https://googleapis.github.io/python-python-genai/) that features:
9+
- **Python Backend** (in `app/` folder): A production-ready server built with [FastAPI](https://fastapi.tiangolo.com/) and [google-genai](https://googleapis.github.io/python-genai/) that features:
1010

1111
- **Real-time bidirectional communication** via WebSockets between the frontend and Gemini model
1212
- **Integrated tool calling** with a weather information tool for demonstrating external data retrieval

0 commit comments

Comments
 (0)