From 22f4f0b79e9006c8f6971ae0c2b05dbd91c87524 Mon Sep 17 00:00:00 2001 From: Mark Backman Date: Thu, 12 Jun 2025 11:45:59 -0400 Subject: [PATCH] Update 14e example name --- CHANGELOG.md | 4 ++++ ...ction-calling-gemini.py => 14e-function-calling-google.py} | 0 2 files changed, 4 insertions(+) rename examples/foundational/{14e-function-calling-gemini.py => 14e-function-calling-google.py} (100%) diff --git a/CHANGELOG.md b/CHANGELOG.md index 9c38dcd55..f6a009fd6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -11,6 +11,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Fixed an issue where `GoogleLLMService`'s TTFB value was incorrect. +### Other + +- Rename `14e-function-calling-gemini.py` to `14e-function-calling-google.py`. + ## [0.0.71] - 2025-06-10 ### Added diff --git a/examples/foundational/14e-function-calling-gemini.py b/examples/foundational/14e-function-calling-google.py similarity index 100% rename from examples/foundational/14e-function-calling-gemini.py rename to examples/foundational/14e-function-calling-google.py