From 97d72c967f6d727012a34e52e7af2791bdd880d4 Mon Sep 17 00:00:00 2001 From: Dmytro Struk <13853051+dmytrostruk@users.noreply.github.com> Date: Fri, 29 Aug 2025 15:52:02 -0700 Subject: [PATCH] Small file renaming in examples (#565) --- ...orkflow_sequential.py => step_01_basic_workflow_sequential.py} | 0 ...stream.py => step_01a_basic_workflow_sequential_non_stream.py} | 0 ..._workflow_condition.py => step_02_basic_workflow_condition.py} | 0 ..._03_simple_workflow_loop.py => step_03_basic_workflow_loop.py} | 0 .../{step_04_simple_group_chat.py => step_04_basic_group_chat.py} | 0 ...roup_chat_with_hil.py => step_05_basic_group_chat_with_hil.py} | 0 6 files changed, 0 insertions(+), 0 deletions(-) rename python/samples/getting_started/workflow/{step_01_simple_workflow_sequential.py => step_01_basic_workflow_sequential.py} (100%) rename python/samples/getting_started/workflow/{step_01a_simple_workflow_sequential_non_stream.py => step_01a_basic_workflow_sequential_non_stream.py} (100%) rename python/samples/getting_started/workflow/{step_02_simple_workflow_condition.py => step_02_basic_workflow_condition.py} (100%) rename python/samples/getting_started/workflow/{step_03_simple_workflow_loop.py => step_03_basic_workflow_loop.py} (100%) rename python/samples/getting_started/workflow/{step_04_simple_group_chat.py => step_04_basic_group_chat.py} (100%) rename python/samples/getting_started/workflow/{step_05_simple_group_chat_with_hil.py => step_05_basic_group_chat_with_hil.py} (100%) diff --git a/python/samples/getting_started/workflow/step_01_simple_workflow_sequential.py b/python/samples/getting_started/workflow/step_01_basic_workflow_sequential.py similarity index 100% rename from python/samples/getting_started/workflow/step_01_simple_workflow_sequential.py rename to python/samples/getting_started/workflow/step_01_basic_workflow_sequential.py diff --git a/python/samples/getting_started/workflow/step_01a_simple_workflow_sequential_non_stream.py b/python/samples/getting_started/workflow/step_01a_basic_workflow_sequential_non_stream.py similarity index 100% rename from python/samples/getting_started/workflow/step_01a_simple_workflow_sequential_non_stream.py rename to python/samples/getting_started/workflow/step_01a_basic_workflow_sequential_non_stream.py diff --git a/python/samples/getting_started/workflow/step_02_simple_workflow_condition.py b/python/samples/getting_started/workflow/step_02_basic_workflow_condition.py similarity index 100% rename from python/samples/getting_started/workflow/step_02_simple_workflow_condition.py rename to python/samples/getting_started/workflow/step_02_basic_workflow_condition.py diff --git a/python/samples/getting_started/workflow/step_03_simple_workflow_loop.py b/python/samples/getting_started/workflow/step_03_basic_workflow_loop.py similarity index 100% rename from python/samples/getting_started/workflow/step_03_simple_workflow_loop.py rename to python/samples/getting_started/workflow/step_03_basic_workflow_loop.py diff --git a/python/samples/getting_started/workflow/step_04_simple_group_chat.py b/python/samples/getting_started/workflow/step_04_basic_group_chat.py similarity index 100% rename from python/samples/getting_started/workflow/step_04_simple_group_chat.py rename to python/samples/getting_started/workflow/step_04_basic_group_chat.py diff --git a/python/samples/getting_started/workflow/step_05_simple_group_chat_with_hil.py b/python/samples/getting_started/workflow/step_05_basic_group_chat_with_hil.py similarity index 100% rename from python/samples/getting_started/workflow/step_05_simple_group_chat_with_hil.py rename to python/samples/getting_started/workflow/step_05_basic_group_chat_with_hil.py