change to static
This commit is contained in:
parent
dc6888c001
commit
dbf103fd47
|
|
@ -18,7 +18,5 @@ public class AgentType
|
|||
/// Agent that cannot use external tools
|
||||
/// </summary>
|
||||
public const string Static = "static";
|
||||
|
||||
public const string Tool = "tool";
|
||||
}
|
||||
|
||||
|
|
|
|||
|
|
@ -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",
|
||||
|
|
|
|||
Loading…
Reference in a new issue