From f6dd8afd1ff5e93796a1b34cceec8d5f5287d6f7 Mon Sep 17 00:00:00 2001 From: William Fu-Hinthorn <13333726+hinthornw@users.noreply.github.com> Date: Mon, 11 Dec 2023 13:28:34 -0800 Subject: [PATCH] rename --- .../.gitignore | 0 .../LICENSE | 0 .../README.md | 0 .../main.py | 0 .../openai_functions_agent/__init__.py | 0 .../openai_functions_agent/agent.py | 0 .../poetry.lock | 0 .../pyproject.toml | 0 .../tests/__init__.py | 0 9 files changed, 0 insertions(+), 0 deletions(-) rename templates/{openai-functions-agent-core => openai-functions-agent-gmail}/.gitignore (100%) rename templates/{openai-functions-agent-core => openai-functions-agent-gmail}/LICENSE (100%) rename templates/{openai-functions-agent-core => openai-functions-agent-gmail}/README.md (100%) rename templates/{openai-functions-agent-core => openai-functions-agent-gmail}/main.py (100%) rename templates/{openai-functions-agent-core => openai-functions-agent-gmail}/openai_functions_agent/__init__.py (100%) rename templates/{openai-functions-agent-core => openai-functions-agent-gmail}/openai_functions_agent/agent.py (100%) rename templates/{openai-functions-agent-core => openai-functions-agent-gmail}/poetry.lock (100%) rename templates/{openai-functions-agent-core => openai-functions-agent-gmail}/pyproject.toml (100%) rename templates/{openai-functions-agent-core => openai-functions-agent-gmail}/tests/__init__.py (100%) diff --git a/templates/openai-functions-agent-core/.gitignore b/templates/openai-functions-agent-gmail/.gitignore similarity index 100% rename from templates/openai-functions-agent-core/.gitignore rename to templates/openai-functions-agent-gmail/.gitignore diff --git a/templates/openai-functions-agent-core/LICENSE b/templates/openai-functions-agent-gmail/LICENSE similarity index 100% rename from templates/openai-functions-agent-core/LICENSE rename to templates/openai-functions-agent-gmail/LICENSE diff --git a/templates/openai-functions-agent-core/README.md b/templates/openai-functions-agent-gmail/README.md similarity index 100% rename from templates/openai-functions-agent-core/README.md rename to templates/openai-functions-agent-gmail/README.md diff --git a/templates/openai-functions-agent-core/main.py b/templates/openai-functions-agent-gmail/main.py similarity index 100% rename from templates/openai-functions-agent-core/main.py rename to templates/openai-functions-agent-gmail/main.py diff --git a/templates/openai-functions-agent-core/openai_functions_agent/__init__.py b/templates/openai-functions-agent-gmail/openai_functions_agent/__init__.py similarity index 100% rename from templates/openai-functions-agent-core/openai_functions_agent/__init__.py rename to templates/openai-functions-agent-gmail/openai_functions_agent/__init__.py diff --git a/templates/openai-functions-agent-core/openai_functions_agent/agent.py b/templates/openai-functions-agent-gmail/openai_functions_agent/agent.py similarity index 100% rename from templates/openai-functions-agent-core/openai_functions_agent/agent.py rename to templates/openai-functions-agent-gmail/openai_functions_agent/agent.py diff --git a/templates/openai-functions-agent-core/poetry.lock b/templates/openai-functions-agent-gmail/poetry.lock similarity index 100% rename from templates/openai-functions-agent-core/poetry.lock rename to templates/openai-functions-agent-gmail/poetry.lock diff --git a/templates/openai-functions-agent-core/pyproject.toml b/templates/openai-functions-agent-gmail/pyproject.toml similarity index 100% rename from templates/openai-functions-agent-core/pyproject.toml rename to templates/openai-functions-agent-gmail/pyproject.toml diff --git a/templates/openai-functions-agent-core/tests/__init__.py b/templates/openai-functions-agent-gmail/tests/__init__.py similarity index 100% rename from templates/openai-functions-agent-core/tests/__init__.py rename to templates/openai-functions-agent-gmail/tests/__init__.py