From c6e7fbcf483d51207f7c332b730c245ee567dd2a Mon Sep 17 00:00:00 2001 From: Haiping Chen <101423@smsassist.com> Date: Tue, 2 Jan 2024 23:29:34 -0600 Subject: [PATCH] xcopy doesn't work in Linux. --- .../BotSharp.Plugin.WebDriver.csproj | 6 +----- .../agents/01fcc3e5-9af7-49e6-ad7a-a760bd12dc4a/agent.json | 0 .../01fcc3e5-9af7-49e6-ad7a-a760bd12dc4a/instruction.liquid | 0 .../templates/next_step_prompt.hf_planner.liquid | 0 .../templates/next_step_prompt.liquid | 0 .../templates/response_with_function.liquid | 0 .../templates/welcome.liquid | 0 .../BotSharp.Plugin.PizzaBot.csproj | 6 +----- 8 files changed, 2 insertions(+), 10 deletions(-) rename src/{Infrastructure/BotSharp.Core/Planning => WebStarter/data}/agents/01fcc3e5-9af7-49e6-ad7a-a760bd12dc4a/agent.json (100%) rename src/{Infrastructure/BotSharp.Core/Planning => WebStarter/data}/agents/01fcc3e5-9af7-49e6-ad7a-a760bd12dc4a/instruction.liquid (100%) rename src/{Infrastructure/BotSharp.Core/Planning => WebStarter/data}/agents/01fcc3e5-9af7-49e6-ad7a-a760bd12dc4a/templates/next_step_prompt.hf_planner.liquid (100%) rename src/{Infrastructure/BotSharp.Core/Planning => WebStarter/data}/agents/01fcc3e5-9af7-49e6-ad7a-a760bd12dc4a/templates/next_step_prompt.liquid (100%) rename src/{Infrastructure/BotSharp.Core/Planning => WebStarter/data}/agents/01fcc3e5-9af7-49e6-ad7a-a760bd12dc4a/templates/response_with_function.liquid (100%) rename src/{Infrastructure/BotSharp.Core/Planning => WebStarter/data}/agents/01fcc3e5-9af7-49e6-ad7a-a760bd12dc4a/templates/welcome.liquid (100%) diff --git a/src/Plugins/BotSharp.Plugin.WebDriver/BotSharp.Plugin.WebDriver.csproj b/src/Plugins/BotSharp.Plugin.WebDriver/BotSharp.Plugin.WebDriver.csproj index 9be92d3f..b5c7afe8 100644 --- a/src/Plugins/BotSharp.Plugin.WebDriver/BotSharp.Plugin.WebDriver.csproj +++ b/src/Plugins/BotSharp.Plugin.WebDriver/BotSharp.Plugin.WebDriver.csproj @@ -1,4 +1,4 @@ - + netstandard2.1 @@ -27,8 +27,4 @@ - - - - diff --git a/src/Infrastructure/BotSharp.Core/Planning/agents/01fcc3e5-9af7-49e6-ad7a-a760bd12dc4a/agent.json b/src/WebStarter/data/agents/01fcc3e5-9af7-49e6-ad7a-a760bd12dc4a/agent.json similarity index 100% rename from src/Infrastructure/BotSharp.Core/Planning/agents/01fcc3e5-9af7-49e6-ad7a-a760bd12dc4a/agent.json rename to src/WebStarter/data/agents/01fcc3e5-9af7-49e6-ad7a-a760bd12dc4a/agent.json diff --git a/src/Infrastructure/BotSharp.Core/Planning/agents/01fcc3e5-9af7-49e6-ad7a-a760bd12dc4a/instruction.liquid b/src/WebStarter/data/agents/01fcc3e5-9af7-49e6-ad7a-a760bd12dc4a/instruction.liquid similarity index 100% rename from src/Infrastructure/BotSharp.Core/Planning/agents/01fcc3e5-9af7-49e6-ad7a-a760bd12dc4a/instruction.liquid rename to src/WebStarter/data/agents/01fcc3e5-9af7-49e6-ad7a-a760bd12dc4a/instruction.liquid diff --git a/src/Infrastructure/BotSharp.Core/Planning/agents/01fcc3e5-9af7-49e6-ad7a-a760bd12dc4a/templates/next_step_prompt.hf_planner.liquid b/src/WebStarter/data/agents/01fcc3e5-9af7-49e6-ad7a-a760bd12dc4a/templates/next_step_prompt.hf_planner.liquid similarity index 100% rename from src/Infrastructure/BotSharp.Core/Planning/agents/01fcc3e5-9af7-49e6-ad7a-a760bd12dc4a/templates/next_step_prompt.hf_planner.liquid rename to src/WebStarter/data/agents/01fcc3e5-9af7-49e6-ad7a-a760bd12dc4a/templates/next_step_prompt.hf_planner.liquid diff --git a/src/Infrastructure/BotSharp.Core/Planning/agents/01fcc3e5-9af7-49e6-ad7a-a760bd12dc4a/templates/next_step_prompt.liquid b/src/WebStarter/data/agents/01fcc3e5-9af7-49e6-ad7a-a760bd12dc4a/templates/next_step_prompt.liquid similarity index 100% rename from src/Infrastructure/BotSharp.Core/Planning/agents/01fcc3e5-9af7-49e6-ad7a-a760bd12dc4a/templates/next_step_prompt.liquid rename to src/WebStarter/data/agents/01fcc3e5-9af7-49e6-ad7a-a760bd12dc4a/templates/next_step_prompt.liquid diff --git a/src/Infrastructure/BotSharp.Core/Planning/agents/01fcc3e5-9af7-49e6-ad7a-a760bd12dc4a/templates/response_with_function.liquid b/src/WebStarter/data/agents/01fcc3e5-9af7-49e6-ad7a-a760bd12dc4a/templates/response_with_function.liquid similarity index 100% rename from src/Infrastructure/BotSharp.Core/Planning/agents/01fcc3e5-9af7-49e6-ad7a-a760bd12dc4a/templates/response_with_function.liquid rename to src/WebStarter/data/agents/01fcc3e5-9af7-49e6-ad7a-a760bd12dc4a/templates/response_with_function.liquid diff --git a/src/Infrastructure/BotSharp.Core/Planning/agents/01fcc3e5-9af7-49e6-ad7a-a760bd12dc4a/templates/welcome.liquid b/src/WebStarter/data/agents/01fcc3e5-9af7-49e6-ad7a-a760bd12dc4a/templates/welcome.liquid similarity index 100% rename from src/Infrastructure/BotSharp.Core/Planning/agents/01fcc3e5-9af7-49e6-ad7a-a760bd12dc4a/templates/welcome.liquid rename to src/WebStarter/data/agents/01fcc3e5-9af7-49e6-ad7a-a760bd12dc4a/templates/welcome.liquid diff --git a/tests/BotSharp.Plugin.PizzaBot/BotSharp.Plugin.PizzaBot.csproj b/tests/BotSharp.Plugin.PizzaBot/BotSharp.Plugin.PizzaBot.csproj index 140108d8..5c2cee0e 100644 --- a/tests/BotSharp.Plugin.PizzaBot/BotSharp.Plugin.PizzaBot.csproj +++ b/tests/BotSharp.Plugin.PizzaBot/BotSharp.Plugin.PizzaBot.csproj @@ -1,4 +1,4 @@ - + netstandard2.1 @@ -23,8 +23,4 @@ - - - -