Skip to content

Commit 73934bf

Browse files
authored
Merge pull request #1071 from iceljc/features/add-utility-visibility
add mission category
2 parents 565f289 + 02839c6 commit 73934bf

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/Plugins/BotSharp.Plugin.FileHandler/Hooks/FileHandlerUtilityHook.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,7 @@ public void AddUtilities(List<AgentUtility> utilities)
3737
},
3838
new AgentUtility
3939
{
40+
Category = "file",
4041
Name = UtilityName.ImageEditor,
4142
Items = [
4243
new UtilityItem

0 commit comments

Comments
 (0)