From f1f43fe5005f21b83c924f969b885eee6b818c4f Mon Sep 17 00:00:00 2001 From: Paul Kompfner Date: Fri, 22 Aug 2025 11:36:29 -0400 Subject: [PATCH] After a rebase, rename foundational examples showing usage of universal context to avoid naming conflict with a recently-added example. --- ...ersal-context.py => 14x-function-calling-universal-context.py} | 0 ...ontext.py => 14y-function-calling-google-universal-context.py} | 0 2 files changed, 0 insertions(+), 0 deletions(-) rename examples/foundational/{14w-function-calling-universal-context.py => 14x-function-calling-universal-context.py} (100%) rename examples/foundational/{14x-function-calling-google-universal-context.py => 14y-function-calling-google-universal-context.py} (100%) diff --git a/examples/foundational/14w-function-calling-universal-context.py b/examples/foundational/14x-function-calling-universal-context.py similarity index 100% rename from examples/foundational/14w-function-calling-universal-context.py rename to examples/foundational/14x-function-calling-universal-context.py diff --git a/examples/foundational/14x-function-calling-google-universal-context.py b/examples/foundational/14y-function-calling-google-universal-context.py similarity index 100% rename from examples/foundational/14x-function-calling-google-universal-context.py rename to examples/foundational/14y-function-calling-google-universal-context.py