change to static

This commit is contained in:
Jicheng Lu 2024-06-24 17:34:05 -05:00
parent dc6888c001
commit dbf103fd47
2 changed files with 1 additions and 3 deletions

View file

@ -18,7 +18,5 @@ public class AgentType
/// Agent that cannot use external tools
/// </summary>
public const string Static = "static";
public const string Tool = "tool";
}

View file

@ -2,7 +2,7 @@
"id": "00000000-0000-0000-0000-000000000000",
"name": "Tool Assistant",
"description": "Tool assistant that can be used to complete many different tasks",
"type": "tool",
"type": "static",
"createdDateTime": "2023-06-24T10:39:32.2349685Z",
"updatedDateTime": "2023-06-24T14:39:32.2349686Z",
"iconUrl": "https://cdn.iconscout.com/icon/premium/png-256-thumb/route-1613278-1368497.png",