This commit is contained in:
HuangXingZhi 2025-05-18 20:59:43 +08:00
parent 6e0908a4fa
commit 178b92a714
2 changed files with 2 additions and 2 deletions

View File

@ -2,7 +2,7 @@
"profiles": {
"LinkToolAddin": {
"commandName": "Executable",
"executablePath": "C:\\Program Files\\ArcGIS\\Pro\\bin\\ArcGISPro.exe",
"executablePath": "C:/Program Files/ArcGIS/Pro/bin/ArcGISPro.exe",
"applicationUrl": "https://localhost:5001",
"environmentVariables": {
"ASPNETCORE_ENVIRONMENT": "Development"

View File

@ -178,7 +178,7 @@ public class Gateway
callback?.Invoke(toolListItem);
}
public static async void TestWOrkflow(string message, string model, string gdbPath, Action<MessageListItem> callback)
public static async void TestWorkflow(string message, string model, string gdbPath, Action<MessageListItem> callback)
{
Thread.Sleep(2000);
MessageListItem chatListItem = new ChatMessageItem